NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
3-29
The Installation-Specific servlet.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.
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










