NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-002
3-1
3 Configuring NSJSP
The section describes:
•
Configuring the NSJSP Container on page 3-1
•
Configuring Web Applications on page 3-14
•
Configuring the Security Manager on page 3-21
•
Configuring Virtual Hosting on page 3-28
•
Configuring Realms on page 3-28
•
Configuring Single Sign-On Support on page 3-46
•
Configuring Persistent Sessions on page 3-49
Configuring the NSJSP Container
Several configuration files support the NSJSP container environment and web
applications. The main configuration files are listed and described below. These
configuration files contain default values and, in most cases, you do not need to make
any changes to them.
servlet.config contains the configuration information required for the NSJSP SERVLET
ServerClass and the file mapping for the iTP WebServer. This file is located in the
iTPWS_INSTALL_DIR/conf directory.
iTP_server.xml contains the initial attributes of the NSJSP container to work with the
iTP WebServer. The file is located in the webserver’s $NSJSP_HOME/conf directory.
web.xml contains configuration contexts for a web application. The default version
located in the webserver’s $NSJSP_HOME/conf directory is the default used by all
web applications hosted by this environment. Each web application can create an
application-specific version used to support that application's specific servlet and JSP
initializations.
nsjspadmin.config contains the configuration information required for the nsjspadmin
ServerClass and the file mapping for the iTP WebServer. This file is located in the
iTPWS_INSTALL_DIR/conf directory.
jdbc.config contains the JDBC specific configuration including the locations of the
JDBC/MX and JDBC/MP installations. This file is located in the
iTPWS_INSTALL_DIR/conf directory.
filemaps.config contains the dynamically added Filemaps. This file is sourced in from
the servlet.config file.