NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide—674372-005
3-75
The context.xml File
antiResourceLocking The default value is set to false and it is suggested that it be
kept set to false. If set to true, the NSJSP servlet
container copies each application into a separate directory in
the temp folder. This is meant for those platforms that lock file
resources when accessing them. Setting this to true will
result in significant startup times.
cacheMaxSize Maximum size of the static resource cache in kilobytes. If not
specified, the default value is 10240 (10 megabytes).
Note. It is suggested that web application static resources be
served by the iTP Secure WebServer.
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 property 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 property is not
specified, the default value is false.
Table 3-17. Property List for the Context Element (page 5 of 6)
Property Description










