NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
3-64
The context.xml File
cacheObjectMaxSize Maximum size of a static resource that will be placed in the
cache. If not specified, the default value is 512 (512 kilobytes).
If this value is greater than cacheMaxSize/20 it will be reduced
to cacheMaxSize/20.
Note. It is suggested that web application static resources be
serviced by the iTP Secure WebServer.
cacheTTL Amount of time in milliseconds between revalidation of cache
entries. If not specified, the default value is 5000 (5 seconds).
Note. It is suggested that web application static resources be
serviced by the iTP Secure WebServer.
cachingAllowed If the value of this flag is true, the cache for static resources
will be used. If not specified, the default value of the flag is
true.
Note. It is suggested that web application static resources be
serviced by the iTP Secure WebServer.
caseSensitive Deprecated
clearReferencesStop
Threads
If true, NSJSP attempts to terminate threads that have been
started by a web application. Stopping threads is performed
through the deprecated Thread.stop() method and is likely
to result in instability. Enabling this should be viewed as an
option of last resort in a development environment and is not
recommended in a production environment. If this attribute is
not specified, the default value is false.
processTlds Checks whether the context should process tag library
descriptors (TLDs) on startup. The default is true. The false
setting is intended for special cases that know in advance
TLDs are not part of the web application.
swallowOutput If the value of this flag is true, the bytes that are output to
System.out and System.err by the web application are
redirected to the web application logger. If this attribute is not
specified, the default value is false.
tldNamespaceAware If the value of this flag is true, the TLD files XML validation
will be namespace-aware. If you turn this flag on, you should
probably also turn tldValidation on. The default value for this
flag is false, and setting it to true will have a negative
impact on performance.
tldValidation If the value of this flag is true, the TLD files will be XML
validated on context startup. The default value for this flag is
false, and setting it to true will incur a performance penalty.
unloadDelay The time in ms that the container waits for servlets to unload.
If this attribute is not specified, the default value is 2000 ms.
Table 3-17. Attribute List for the Context Element (page 4 of 5)
Attribute Description