NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide—544548-004
3-1
3 Configuring NSJSP
This chapter includes these sections:
Configuring NSJSP 6.0 Container
Deploying Web Applications
Configuring the Security Manager
Configuring Virtual Hosting
Configuring Realms
Configuring Single Sign-On Support
Configuring Persistent Sessions
Configuring NSJSP 6.0 Container
Several configuration files support the NSJSP 6.0 container environment and web
applications. These configuration files contain default values, and in most cases, you
need not modify any of them.
The primary configuration files used in the NSJSP 6.0 container are:
the servlet.config file contains the configuration information required to configure
the NSJSP SERVLET ServerClass and file mapping for the iTP WebServer. The
servlet.config file is located in the directory iTPWS_INSTALL_DIR/conf.
the nsjspadmin.config file contains the configuration information required to
configure the NSJSPADMIN ServerClass and file mapping for the iTP WebServer.
The nsjspadmin.config file is located in the directory
iTPWS_INSTALL_DIR/conf.
the server.xml file contains the configuration information for the NSJSP container.
The server.xml file is located in the directory NSJSP_HOME/conf.
the context.xml file is the default context loaded by all applications, located in the
directory NSJSP_HOME/conf. Each web application can create an application-
specific context.
the web.xml file is a deployment descriptor containing a set of servlets that are
available to all web applications.
the jdbc.config file contains the JDBC-specific configuration including the locations
of the JDBC/MX and JDBC/MP installations. The jdbc.config file is located in
the directory iTPWS_INSTALL_DIR/conf.
Note. The iTP WebServer installation location is iTPWS_INSTALL_DIR, which defaults to
/usr/tandem/webserver. From this point, the directory
iTPWS_INSTALL_DIR/servlet_jsp is referred to as the directory NSJSP_HOME.










