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-12
Logger Object
debug (int)
Specifies the level of debugging detail logged by this Loader object to the 
associated Logger object. The default is 0 (zero).
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.
reloadable (boolean)
Indicates whether this class loader checks for modified classes and initiates 
automatic reloads. This is automatically set from the reloadable property of the 
corresponding Context.
repositories (java.lang.String[])
Specifies the extra repositories managed by this loader.
repositoriesString (String)
Specifies the extra repositories managed by this loader.
loaderRepositories (java.lang.String[])
Specifies the repositories set in the real loader.
loaderRepositoriesString (String)
Specifies the repositories set in the real loader.
Logger Object
A Logger object represents a component that stores debugging traces, error 
messages, and any other logging-related information. Depending on their types, 
different Logger objects may have a different set of properties. The 
NSJSPFileLogger properties supported are:
className (String)
the value is com.tandem.servlet.catalina.logger.NSJSPFileLogger.
debug (int)
Specifies the level of debugging detail logged by this Logger. The default is 0.
verbosity (int)
The minimum verbosity level for messages to be written to this Logger object. 
Messages written without a verbosity level are logged unconditionally. The 










