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

Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide674372-005
4-87
NSJSP Manager Operations
For default context configuration, the Apply Changes is disabled so that the context
cannot be modified during runtime by the Admin feature. However, for other context
configurations, the Apply Changes is enabled and context can be modified during
runtime by the Admin feature.
For more information on the Context element, see The context.xml File on page 3-69.
The context is also associated with the Loader and a Session Manager. Therefore,
some properties of the loader and the Session Manager are displayed along with the
properties of the Context element, as shown in the Figure 4-44
.
Unpack
WAR
If true, NSJSP unpacks all compressed web
applications before running them.
No True
Use
Naming
Set to true (the default) to have Catalina
enable a JNDI InitialContext for this web
application that is compatible with Java2
Enterprise Edition (J2EE) platform
conventions.
Yes True
Work Dir Represents the pathname to a scratch
directory. This information is provided by this
Context for temporary
read-write use by servlets within the
associated web application. This directory will
be made visible to servlets in the web
application by a servlet context property (of
type java.io.File) named
javax.servlet.context.tempdir as
described in the Servlet Specification. If this
property is not specified, a suitable directory
underneath $CATALINA_BASE/work is
provided.
No
Table 4-30. Property list for Context Element
Property Description Modifiable
Default
Value