Installation guide
5. SERVLETEXEC APPLICATION SERVER (WINDOWS)
ServletExec 4.1 Installation Guide 62
Argument Explanation
argument specifies the size of the
ServletExec/AS incoming request queue.
Requests received when the queue is full are
rejected. Increasing the size of the request
queue may prevent requests from being
rejected under heavy loads, but may
increase per-request response times.
-name <instance-name>
Optional. This is used to specify the name
of the ServletExec/AS instance and is used
only for display in the Admin UI to identify
the instance.
-home <path to the
ServletExec/AS
instance home
directory>
Optional. The default is the directory from
which the java command is executed. This
specifies the directory in which the
ServletExec/AS instance will look for the
ServletExecData, Servlet Logs, and
Servlets subdirectories.
-log <path to the
ServletExec/AS
instance log
directory>
Optional. This can be used to specify an
alternate directory for writing the
ServletExec/AS log files. By default, log
files are written to the Servlet Logs
subdirectory of the ServletExec/AS home
directory as specified by the –home
argument.
-root <path to the
web server’s document
root directory>
Required. It specifies the path to the web
server’s document root directory. If
ServletExec/AS is being used with virtual
servers, the document root directory of
each virtual server must be configured
using a separate –root argument using
the following format:
-root <virtual server>=<document
root directory>
for example:
-root www.abc.com=C:\Apache\htdocs\abcdocs
-root <path to the
virtual server’s
document root
directory>
See previous explanation.
-addl <url=directory>
Optional. This can be used to specify
additional document directories (other
than the root) and is specified in two
forms:
-addl <url>=<physical directory>