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

NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
C-27
Valve Object
roleClassNames (String)
A comma-separated list of role Principal class names.
useContextClassLoader (String)
Instructs JAASRealm to use the context class loader for loading the user-specified
LoginModule class and associated Principal classes. The default is true.
Valve Object
A Valve object represents a component that is inserted into the request-processing
pipeline. Different valves have distinct processing capabilities, such as providing
access logging and request filtering. The property list varies for different types of Valve
objects.
Below are the Valve objects and their associated properties.
RemoteHostValve Properties
The RemoteHostValve performs client host name filtering before accepting requests.
className (String)
The value is org.apache.catalina.valves.RemoteHostValve.
allow (String)
Specifies a list of remote hosts to be allowed access.
deny (String)
Specifies a list of remote hosts not allowed (denied) access.
debug (int)
Specifies the level of debugging detail logged by this Valve to the associated
Logger. The default value is 0.
containerName (javax.management.ObjectName)
Specifies the object name of the parent container.
AccessLogValve Properties
The AccessLogValve logs all access to the server.
className (String)
The value is org.apache.catalina.valves.AccessLogValve.