NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator's Guide

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide—674372-005
3-62
The server.xml File
className The Java class name of the implementation to use.
This class must implement the
org.apache.catalina.Host interface. If this
property is not specified, the standard host
implementation
org.apache.catalina.core.StandardHost
will be used.
HP recommends you to not modify this value.
createDirs This property if set to true, attempts to create the
directories defined by the properties appBase and
xmlBase during the startup phase.
If set to true, and directory creation fails, an error
message is printed out but will not halt the startup
sequence.
true
deployIgnore This property is a regular expression defining paths
to ignore when autoDeploy and
deployOnStartup are set.
HP recommends you to place only those
applications which are to be deployed. This property
is often not used.
deployOnStart
up
This property indicates if web applications from this
host should be automatically deployed when the
NSJSP server class is started. Even if this property
is set to false and autoDeploy is set to true,
the applications will still be deployed when the
background process for the host runs.
If both autoDeploy and deployOnStartup are
set to false, the applications must be deployed
through the NSJSP Manager.
name The network name for this virtual host. Regardless
of the case used to specify the hostname, NSJSP
will convert it to lower case internally.
One of the Hosts nested within an Engine must have
a name that matches the defaultHost setting for
that Engine.
localhost
deployXML For a description of this property, see deployXML
on
page 3-65.
Table 3-14. Property List for the Host Element (page 2 of 4)
Property Description Default Value