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-84
NSJSP Manager Operations
Reloadabl
e
Set to true if you want Catalina to monitor
classes in /WEB-INF/classes/ and /WEB-
INF/lib for changes, and automatically
reload the web application if a change is
detected. This feature is very useful during
application development, but it requires
significant runtime overhead and is not
recommended for use with applications that
have been deployed in production. As an
alternative, however, to trigger reloads of
deployed applications on demand, you can
use the Manager web application.
Yes False
Wrapper
Class
Represents the Java class name of the
org.apache.catalina.Wrapper
implementation class that will be used for
servlets managed by this Context. If this
property is not specified, a standard default
value will be used.
No org.apach
e.catalin
a.core.St
andardWra
pper
Use Http
Only
Indicates if the HttpOnly flag is included in the
HTTP response header.
If the HttpOnly flag is included in the HTTP
response header, a cookie cannot be
accessed through a client side script when the
browser supports this flag. As a result, even if
a cross-site scripting (XSS) flaw exists, and a
user accidentally accesses a link that exploits
this flaw, a browser, such as Internet Explorer
does not reveal the cookie to a third party. If a
browser does not support HttpOnly and a
website attempts to set an HttpOnly cookie,
the HttpOnly flag is ignored by the browser,
thus creating a traditional script accessible
cookie. As a result, the session cookie
becomes vulnerable to theft or modification by
malicious script.
Yes True
Table 4-30. Property list for Context Element
Property Description Modifiable
Default
Value










