NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide544548-004
3-14
web.xml
the SessionBasedLoadBalancing command-line parameter, and considers the
value to be true.
The <Loader> element must have the classname set to
com.tandem.servlet.catalina.loader.NSJSPWebappLoader as follows:
<Loader
className="com.tandem.servlet.catalina.loader.NSJSPWebappLoader"
/>
For more information on context.xml, refer http://tomcat.apache.org/tomcat-6.0-
doc/config/context.html.
To understand the concept of manager, refer http://tomcat.apache.org/tomcat-6.0-
doc/config/manager.html.
web.xml
web.xml is a deployment descriptor containing a set of servlets that are available to all
web applications. The web.xml file defines the default values for all web applications
loaded in the NSJSP server instance. When an application is deployed, the web.xml
file is processed, followed by the /WEB-INF/web.xml deployment descriptor from
your own applications. NSJSP 6.0 implements servlet 2.5 specifications.
jdbc.config
The file jdbc.config includes JDBC-specific configuration, in addition to the
location of the JDBC/MX and JDBC/MP installations. The installations either have the
default values or the customized values that you entered while running the setup
script. The classpath is set to include the jar files based on the existence of the
JDBC/MX and JDBC/MP jar files (jdbcmx.jar and sqlmp.jar).
Note. If an individual application context does not have a manager element, the
manager element present in the context.xml file will be the default value.