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-44
The server.xml File
Table 3-12 shows the attribute list for the Service element.
Example 3-45. The Default Values for the Service Element
<Service name="NSJSP">
<!--
The Listener inside connector component is required to enable the JMX
generic connector server for NSJSP. If not present the JMX Connection
server will be disabled.
-->
<Connector protocol="HTTP/1.1" maxThreads="75">
<Listener
className="com.tandem.servlet.JMXConnectionListener" />
</Connector>
<Engine name="NSJSP" defaultHost="localhost" >
<Realm
className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase" digest="MD5" />
<!--
<Valve className=
"com.hp.tandem.nsjsp.valves.NSJSPRequestDumperValve"
dumperOn="true" recordLength="1000"/>
-->
<Host name="localhost" appBase="webapps" unpackWARs="true"
autoDeploy="true" xmlValidation="false"
xmlNamespaceAware="false" configClass=
"com.tandem.servlet.catalina.startup.NSJSPContextConfig">
<Valve className=
"com.hp.tandem.nsjsp.valves.RequestTrackerValve"/>
</Host>
</Engine>
</Service>