iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-61
Server Commands
Server object-code-path
specifies the name of the server class for the application server.
object-code-path is broken down into directory/file name/extension. The file
name portion is used to create a server class name automatically. Extensions are
stripped from the file name portion and the result is checked against Pathway
server-class name rules.
The maximum number of characters for the object-code-path after extensions
are stripped is 15. The first character must be an alphabetic or legal character,
except the underscore.
If there is an extension (any text including and subsequent to the period in the file
name), it is stripped off. The resulting token is used as the server class name.
For example:
Server /cw/xyz.pway
Creates the xyz server class
Server foo
Creates the foo server class
Server Commands
The following Server commands control the creation of the PATHMON environment
that the server executes in. For more information about many of these commands and
their relationships, see the NonStop TS/MP System Management Manual.
Arglist argument ...
specifies a NonStop Kernel Open System Services (OSS) startup argument list,
which is a list of strings separated by commas that is made available to OSS
server processes in the argv[] array.
You can specify from 0 to 24,000 characters for the Arglist command; a null
string is valid.
The following example of the Arglist command is part of the definition of the
httpd server class:
Arglist -server [HTTPD_CONFIG_FILE]
This command is optional.
CPUS cpu# cpu#...
specifies the processors in which a server process is allowed to execute.
If you specify all available processors or if you do not include the CPUS command,
the PATHMON process chooses the processors.