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-90
NSJSP Manager Operations
Catalina container (Context, Host, or Engine), and will record ALL requests processed
by that container. Table 4-31 lists the properties for Access Log Valve.
Remote Address Valve
The Remote Address Valve allows you to compare the IP address of the client that
submitted this request against one or more regular expressions, and either allow the
request to continue or refuse to process the request from this client.
Figure 4-46 shows a screen of the Remote Address Valve properties window.
Table 4-31. Property list for Access Log Valve
Property Description Modifiable
Default
Value
Directory Indicates the absolute or relative pathname of
a directory in which log files created by this
valve will be placed. If a relative path is
specified, it is interpreted as relative to
$CATALINA_HOME.
Yes logs
Pattern Indicates a formatting layout identifying the
various information fields from the request and
response to be logged, or the word common or
combined to select a standard format.
Note. The optimized access does only support
common and combined as the value for this
property.
Yes
Prefix The prefix added to the start of each log file's
name. If not specified, the default value is
"access_log.". To specify no prefix, use a zero-
length string.
Yes
Resolve
Hosts
Set to true to convert the IP address of the
remote host into the corresponding host name
via a DNS lookup. Set to false to skip this
lookup, and report the remote IP address
instead.
Yes
Rotatable Flag to determine if log rotation should occur.
If set to false, then this file is never rotated and
fileDateFormat is ignored.
Yes True
Suffix The suffix added to the end of each log file's
name. If not specified, the default value is " ".
To specify no suffix, use a zero-length string.
Yes










