NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide—674372-005
3-44
The server.xml File
This section discusses the following topics:
Server Element
Listener Elements
GlobalNamingResources Element
Service Element
Server Element
The Server element represents the entire catalina servlet container. Therefore, it must
be the single outermost element in the server.xml configuration file.
Table 3-9 shows the property list for the Server element.
Refer to the Administrator's Guide for more details about
the usage of this valve.
--> <!--
<Valve
className="com.hp.tandem.nsjsp.valves.NSJSPRequestDumperValve"
dumperOn="false" recordLength="1000"/>
-->-->
<Host name="localhost" appBase="webapps" unpackWARs="true"
autoDeploy="true"
configClass="com.tandem.servlet.catalina.startup.
NSJSPContextConfig">
<!--
Request tracker valve keeps track of different monitoring
data for the requests received for applications deployed
in this host. The data tracked is request count,
request processing times, request arrival rate, etc.
NSJSP Manager queries for this data, from the NSJSP
processes, to display application statistics.
-->
<Valve
className="com.hp.tandem.nsjsp.valves.RequestTrackerValve" />
</Host>
</Engine>
</Service>
</Server>
Example 3-41. The server.xml File (page 3 of 3)










