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-8
Context and Default Context Objects
set defaults for those properties when web applications are automatically deployed.
The Context object properties supported using the JMX interface are:
allowLinking[*] (boolean)
Specifies whether to allow symbolic links inside a web application. The default is
false.
cacheMaxSize[*] (int)
Specifies the maximum size of the static resource cache in KBytes. The default is
10240.
cacheTTL[*] (int)
Specifies the time interval in milliseconds for cache revalidation. The default is
5000.
cachingAllowed[*] (boolean)
Specifies whether or not to cache static resources for this web application. The
default is true.
caseSensitive[*] (boolean)
Specifies whether checks are case sensitive. The default is true.
cookies[*] (boolean)
Enables cookies to be used for session identifier communication (if supported by
the client). If set to false, it disables the use of cookies for session-identifier
communication and relies only on URL rewriting by the application. The default is
true.
compilerClasspath (String)
Specifies the compiler classpath to be used by the web application.
crossContext[*] (boolean)
Enables cross context support. The default is true.
debug (int)
Specifies the level of debugging detail logged by this Context to the associated
Logger. The default is 0 (zero).
deploymentDescriptor (String)
Specifies the deployment descriptor.