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-6
Host Object
debug (int)
Specifies the level of debugging detail logged by this Engine to the associated
Logger. The default is 0.
defaultHost (String)
Specifies the default host name. The default is localhost.
managedResource (java.lang.Object)
Specifies the managed resource with which this MBean is associated. The default
is StandardEngine <engine-name>.
baseDir (String)
Specifies the base directory for the engine. Typically, this is $NSJSP_HOME.
realm (org.apache.catalina.Realm)
Specifies the realm configured for the engine.
valveObjectNames (javax.management.ObjectName)
List of all the Valve Object Names associated with this engine.
Host Object
The Host object represents an individual virtual host which has a unique set of
associated web applications. A Host could have zero or more DNS names as its
aliases. The Host object properties supported using the JMX interface are:
name (String)
The DNS name of the virtual host represented by this object specified using the
<Host> tag of the iTP_server.xml configuration file.
appBase (String)
The absolute or relative (to $NSJSP_HOME) path of the directory from which web
applications are automatically deployed. The default is webapps.
managedResource (java.lang.Object)
The managed resource with which the MBean is associated. The default is a
combination of StandardEngine <engine-name> and StandardHost <host-
name>.
debug (int)
Specifies the level of debugging detail logged by this Host object to the associated
Logger. The default is 0 (zero).