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-28
Valve Object
debug (int)
Specifies the level of debugging detail logged by this Valve object to the
associated Logger. The default is 0 (zero).
directory (String)
The absolute (or relative to $NSJSP_HOME) pathname of a directory in which log
files created by this valve are placed. The default value is $NSJSP_HOME/logs.
pattern (String)
The formatting layout identifying the various information fields from the request and
response to be logged.
prefix (String)
The prefix of the log file name. The default is access_log.
resolveHosts (boolean)
Indicates whether to convert the IP address of the remote host into the
corresponding host name using a DNS lookup. The default is false.
rotatable (boolean)
Indicates whether log rotation should occur. The default is true.
suffix - (String)
The suffix added to the end of each log file's name.The default is double quotation
marks (““).
containerName (javax.management.ObjectName)
Specifies the object name of the parent container.
RemoteAddrValve Properties
The RemoteAddrValve performs filtering of client IP addresses before accepting
requests.
className (String)
The value is org.apache.catalina.valves.RemoteAddrValve.
allow (String)
A comma-separated list of regular expression patterns that are compared to the
remote IP address. If this attribute is specified, the remote address must match for
this request to be accepted. If this attribute is not specified, all requests are
accepted unless the remote address matches a deny pattern.