NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide—674372-005
3-35
The filemaps.config File
Example 3-35 shows the default configuration of the Region directive.
The Filemap Directive
The Filemap directive at the end of the servlet.config file indicates to the iTP
Secure WebServer that all requests whose URI matches the filemap definition must be
directed to instances of the specified server class. The value of the
$server_objectcode variable is the fully qualified object file name, which includes
the server class name.
Example 3-36 shows the default configuration of the Filemap directive for an NSJSP
installation with a URI name of sca3url.
The filemaps.config File
The Filemap directive is defined by iTP Secure WebServer and is described in detail
in the iTP Secure WebServer System Administrator's guide. This section describes
information about the filemaps.config file that is specific to NSJSP.
Table 3-6 provides an overview of the filemaps.config file.
Example 3-37
shows the default filemaps.config file.
Example 3-35. The Default Configuration of the Region Directive
#
# Add region commands to deny access to internal Catalina Servlets.
#
Region */servlet/org.apache.catalina.servlets.* {
DenyHost *
}
Region */servlet/jsp/* {
DenyHost *
}
Example 3-36. The Default Configuration of the Filemap Directive
#
# The filemap directive should always map to wherever you have installed
# the NonStop(tm) Servlets For JavaServer Pages(tm) server object code.
#
Filemap /sca3url $server_objectcode
Table 3-6. Overview of the filemaps.config File
Location <NSJSP_HOME>/conf
Description This file is sourced in by the servlet.config file using the source
directive.
Example 3-37. The filemaps.config File
Need a a new sample which shows no NSJSP admin reference










