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-11
Loader Object
stateManageable (boolean)
Enables state management support for this context. The default is true.
statisticsProvider (boolean)
Enables statistics support. The default is false.
staticResources (javax.naming.directory.DirContext)
Specifies the static resources associated with this context.
swallowOutput[*] (boolean)
Indicates whether to redirect the bytes output to System.out and System.err
by the web application to the web application's Logger. The default is false.
tldScanTime (int)
Specifies the time spent scanning jars for TLDs.
useNaming[*] (boolean)
Indicates whether the NSJSP container provides a JNDI naming context containing
preconfigured entries and resources corresponding to the requirements of the
J2EE specification. The default is true.
valveObjectName (javax.management.ObjectName[])
Specifies the associated valves.
welcomeFiles (javax.lang.String[])
Specifies the welcome files.
workDir (String)
Specifies the path name of the work directory.
Loader Object
A Loader object represents a web application class loader that provides the class
loading services for a particular Context object. The Loader object properties
supported are:
className (String)
the value is org.apache.catalina.loader.WebappLoader.
Note. A Default Context object has all the properties indicated by the asterisk ( [*]).