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-7
The Installation-Specific servlet.config File
installation that was removed using the setup script may still be present, including its
servlet.config file. However, the source directive for the installation would have
been removed from the generic servlet.config file. That would be an example of
an inactive NSJSP installation.
The httpd.config file uses the source directive to access the generic
servlet.config file as shown in the following example.
The Installation-Specific servlet.config File
Table 3-5 provides an overview of the installation-specific servlet.config file.
Example 3-3 shows the default content of the installation-specific servlet.config
file.
Note. source is a Tcl command and it executes the contents of the file as a Tcl script. It is
also referred as the source directive.
Example 3-2. The httpd.config File Referencing servlet.config File
########################################################################
#
# This does an existential check for a servlet.config file. If
# it is there, it will be included in the configuration.
#
if { [file exists $root/conf/servlet.config] } {
source $root/conf/servlet.config
}
Table 3-5. The Installation-Specific servlet.config File
Location <NSJSP_HOME>/conf
Description Contains configuration parameters required to configure the Servlet
Server Class.
Recommendation Read this complete section to understand the available configuration
options. Configuration parameters may need to be changed, based
on specific requirements. For more information on performance
tuning recommendations, see the NonStop Servlets for JavaServer
Pages (NSJSP) Configuration White Paper at the following location:
http://www.docs.hp.com/en/588255-001/588255-001.pdf
.










