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 Guide—674372-005
4-82
NSJSP Manager Operations
Cookies Enables or disables cookies for session
identifier communication.
Set to true if you want cookies to be used for
session identifier communication if supported
by the client (this is the default). Set to false
if you want to disable the use of cookies for
session identifier communication, and rely only
on URL rewriting by the application.
Yes True
Cross
Context
Set to true if you want this application to be
able to call
ServletContext.getContext() to
successfully obtain a request dispatcher for
other web applications running on this virtual
host. Set to false (the default) in security
conscious environments, which makes
getContext() always return null.
For more information on the implications of
using crossContext, see deployXML
on
page 3-58.
Yes False
Doc Base The Document Base (also known as the
Context Root) directory for this web
application, or the pathname to the web
application archive file (if this web application
is being executed directly from the WAR file).
You may specify an absolute pathname for this
directory or the WAR file, or a pathname that is
relative to the appBase directory of the
owning Host.
The value of this field must not be set when
the Context is configured using a META-
INF/context.xml file as it is inferred by the
automatic deployment process.
No ROOT
Table 4-30. Property list for Context Element
Property Description Modifiable
Default
Value










