NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide
NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-002
C-29
Valve Object
deny (String)
A comma-separated list of regular expression patterns that are compared to the
remote client's IP address. If this attribute is specified, the remote address must
not match for this request to be accepted. If this attribute is not specified, request
acceptance is governed solely by the accept attribute.
containerName (javax.management.ObjectName)
Specifies the object name of the parent container.
RequestDumperValve Properties
The RequestDumperValve causes the client's HTTP requests to be logged to the
corresponding Logger object.
className (String)
The value is org.apache.catalina.valves.RequestDumperValve.
debug (int)
Specifies the level of debugging detail logged by this Valve to the associated
Logger object. The default is 0.
containerName (javax.management.ObjectName)
Specifies the object name of the parent container.
SingleSignOnValve Properties
The SingleSignOnValve allows you to sign-on to any web application associated within
the same virtual host.
className (String)
The value is org.apache.catalina.valves.SingleSignOnValve.
debug (int)
Specifies the level of debugging detail logged by this Valve object to the
associated Logger object. The default is 0.
containerName (javax.management.ObjectName)
Specifies the object name of the parent container.
NOTE. The output from this valve object includes any parameters included with the request.
The parameters are decoded using the default platform encoding. Any subsequent calls to
request.setCharacterEncoding() within the web application have no effect.