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-63
The server.xml File
errorReportVa
lveClass
The Java class name of the error reporting valve,
which will be used by this Host. This valve provides
error reports. Setting this property enables you to
customize the format of the error pages, which will
be generated by NSJSP. If not specified, the default
value for this class will be
org.apache.catalina.valves.ErrorReport
Valve.
This class must implement the
org.apache.catalina.Valve interface.
unpackWARs Set this property to true if you want web
applications that are placed in the appBase
directory as web application archive (WAR) files to
be unpacked into a corresponding disk directory
structure. Set this property to false, to run such
web applications directly from the WAR file.
For more information, see unpackWARs
on
page 3-65.
true
Table 3-14. Property List for the Host Element (page 3 of 4)
Property Description Default Value