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-36
The filemaps.config File
Example 3-38 shows the installation-specific servlet.config file checking for the
presence of the filemaps.config file and sourcing the filemaps.config file, if
available.
The filemaps.config file is only meant to contain Filemap definitions for specific
user applications. The default Filemap definitions for the overall NSJSP installation
are in the servlet.config file.
Example 3-38. Checking for the presence of the filemaps.config file and
sourcing the filemaps.config file in the servlet.config file
#################################################################
#
# Do an existence check on the filemaps configuration
# file (filemaps.config). If it exists, source it in.
#
if { [file exists $env(NSJSP_HOME)/conf/filemaps.config] } {
source $env(NSJSP_HOME)/conf/filemaps.config
}