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-32
The nsjspadmin.config File
Example 3-38 shows the installation-specific servlet.config file checking for the
presence of the nsjspadmin.config file and sourcing the filemaps.config file, if
available.
The following configuration parameters are specific to nsjspadmin.config file.
TANDEM_HTTPD_SC_NAME
This is a Server Class environment variable that indicates the server class name of
the HTTPD component in the iTP Secure WebServer environment where this
Servlet Server Class is configured. The Server Class for the HTTPD component is
configured (in the default configuration) in the httpd.config file. The default
value is HTTPD.
TANDEM_SERVLET_SC_NAME
This is the name of the Servlet Server Class that must be monitored by this Admin
Server Class. For more information on monitoring NSJSP using the Admin Server
Class, see Chapter 4, Managing NSJSP.
TANDEM_SERVLET_SC_PATH
This is the full path to the object file used in the Servlet Server Class. For more
information about the object file, see server_objectcode
on page 3-11. This value is
set during installation and should not be modified manually.
NUMSTATIC and MAXSERVERS
These are parameters whose value must always equal the number of PATHMONs
configured in the iTP Secure WebServer httpd.config configuration file so that
there is only one instance of this server class in a PATHMON. The value is set
during installation and must not be modified manually.
Example 3-38. Checking for the presence of the nsjspadmin.config file and
sourcing the nsjspadmin.config file in the servlet.config file
#################################################################
#
# Do an existence check on the nsjspadmin configuration
# file (nsjspadmin.config). If it exists, source it in.
#
if { [file exists $env(NSJSP_HOME)/conf/nsjspadmin.config]} {
source $env(NSJSP_HOME)/conf/nsjspadmin.config
}