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

NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
C-7
Context and Default Context Objects
children (javax.management.ObjectName[])
List of all subordinate (child) MBean objects associated with this Host.
autoDeploy (boolean)
Instructs the virtual host to automatically deploy web applications if the web
application resides in the virtual host's appBase directory. The default is false.
deployOnStartup (boolean)
Instructs the virtual host to automatically deploy web applications at start-up. The
default is true.
deployXML (boolean)
Enables the deployment of a web application using Context XML configuration
files. The default is true.
unpackWARs (boolean)
Indicates that the web application archive (WAR) files placed in the appBase
directory should be unpacked. Otherwise, such web applications are run directly
from a WAR file. The default is true.
xmlNamespaceAware (boolean)
Indicates whether this host is Namespace aware when dealing with XML
documents. The default is false.
xmlValidation (boolean)
Indicates whether this host performs XML validation. The default is false.
aliases (java.lang.String[])
Specifies the host’s aliases..
realm (org.apache.catalina.Realm)
Specifies the realm configured for the host.
valveNames (String[])
List of all configured Valve names associated with this Host.
valveObjectNames (javax.management.ObjectName)
List of all configured Valve Object Names associated with this Host.
Context and Default Context Objects
The Context object represents an individual web application. The Default Context
object represents a subset of the configurable properties of a Context and is used to