NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide
NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-002
C-9
Context and Default Context Objects
docBase (String)
Specifies the absolute or relative (to the appBase of the owning Host) pathname of
a directory containing an unpacked web application or of a web application archive
(WAR) file.
engineName (String)
Specifies the engine name of this web application.
delegate (boolean)
Enables the class loader to follow the standard java2 delegation model, and
attempt to load classes and resources from parent class loaders before looking
inside the web application. Otherwise, the class loader looks inside the web
application first. The default is false.
environments (javax.management.ObjectName[])
List of all MBean objects of the defined environment entries associated with this
Context.
eventProvider (boolean)
Specifies whether event provider is supported. This is always false.
loader (org.apache.catalina.Loader)
Specifies the associated loader. The default is WebappLoader <path-name>.
logger (org.apache.catalina.Logger)
Specifies the associated logger.
managedResource (java.lang.Object)
Specifies the managed resource with which this MBean is associated. Typically, it
is a combination of StandardEngine<engine-name>, StandardHost<host-
name> and StandardContext<context-path-name>.
manager (org.apache.catalina.Manager)
Specifies the associated session manager.
managerChecksFrequency[*] (int)
Specifies the frequency of the session manager checks. The default is 6.
mappingObject (java.lang.Object)
Specifies the object used for mapping. Typically, this is the same object of the
managedResource.