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-6
The Generic servlet.config File
The Generic servlet.config File
Table 3-4 provides an overview of the generic servlet.config file.
Example 3-1 shows the sample content of a generic servlet.config file.
In Example 3-1, the directories /usr/tandem/webserver/instA/,
/usr/tandem/webserver/manager/,
and /home/usra/nsjsp/priv/ refer to the active
NSJSP installations within an iTP Secure WebServer environment. An NSJSP
Table 3-4. The Generic servlet.config File
Location <iTP Secure WebServer Home>/conf
Description Contains references to all the active NSJSP installations in an iTP
Secure WebServer environment. A source directive is included for
each active NSJSP installation in the iTP Secure WebServer
environment. Each source directive includes a fully qualified file
reference for the installation-specific servlet.config file.
Recommendation The source directives in the generic servlet.config file should
be managed by using the setup script.
Note. New source directives are created when the script is used to
create a new NSJSP or NSJSP Manager installation and when the
script is used to remove an NSJSP installation, the corresponding
source directive is removed.
Example 3-1. A Generic servlet.config File
#
# VERSION=GENERIC
#
#################################################################
#
# The configuration for SSCAUX will be removed in subsequent
# releases of NSJSP. NSJSP6.1 does not make use of sscaux any more.
#
#################################################################
#
#Server $root/bin/sscaux {
# eval $DefaultServerAttributes
# CWD [pwd]
# Env TANDEM_RECEIVE_DEPTH=1
# Arglist -server -noautoaccept [HTTPD_CONFIG_FILE]
# Priority 170
# Maxservers 5
# Numstatic 0
# Maxlinks 16
#}
#################################################################
# List of individual NSJSP configuration files, if any.
##################################################################
source /usr/tandem/webserver/instA/conf/servlet.config
source /usr/tandem/webserver/manager/conf/servlet.config
source /home/usra/nsjsp/priv/conf/servlet.config










