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-11
The Installation-Specific servlet.config File
The contents of the installation-specific servlet.config file are broadly classified as
shown below:
Environment Variables
This section describes the environment variables that are explicitly set in the
installation-specific servlet.config file. Environment variables are used to
configure the Servlet Server Class. The installation-specific servlet.config file also
sources in the variables defined in other configuration files, such as jdbc.config.
server_objectcode
The server_objectcode variable is used to set the complete path of the object
file of the server class. The name of the server_objectcode must be
<svc>.ssc. Where <svc> is the name provided for the Servlet Server Class
when the installation script was run. The extension ssc is recognized by the iTP
-Djava.io.tmpdir=$env(NSJSP_HOME)/temp \
org.apache.catalina.startup.Bootstrap start
}
#################################################################
#
# 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
}
#################################################################
#
# 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
}
#
# 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
Environment Variables Sets all the necessary environment variables that are used
in the Server directive to configure the server class.
Server Class Configuration
using the Server Directive
The actual configuration of the server class using the
Server directive.
Miscellaneous
Configuration that is used by the HTTPD component of the
iTP Secure WebServer, such as Region and Filemap
directives.










