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-54
The server.xml File
server Overrides the Server header for the http
response. If set, the value for this property
overrides the Tomcat default and any Server
header set by a web application. If not set, any
value specified by the application is used. If the
application does not specify a value, Apache-
Coyote/1.1 is used.
threadPriority The priority of the request processing threads
within the JVM. If not set, the thread priority will
be NORMAL. For more information about this
priority, see the JavaDoc for the
java.lang.Thread class.
useIPVHosts Set this property to true to cause Tomcat to
use the IP address that the request was
received on to determine the Host to send the
request to.
False
compressableMimeT
ype
The value is a comma separated list of MIME
types for which HTTP compression may be
used.
text/html,
text/xml,
text/plain
compression The Connector may use HTTP/1.1 GZIP
compression in an attempt to save server
bandwidth. The acceptable values for the
parameter is "off" (disable compression), "on"
(allow compression, which causes text data to
be compressed), "force" (forces compression in
all cases), or a numerical integer value (which is
equivalent to "on", but specifies the minimum
amount of data before the output is
compressed). If the content-length is not known
and compression is set to "on" or more
aggressive, the output will also be compressed.
Off
compressionMinSiz
e
If compression is set to "on" then this property
may be used to specify the minimum amount of
data before the output is compressed.
2048
maxTrailerSize Limits the total length of trailing headers in the
last chunk of a chunked HTTP request. If the
value is -1, no limit will be imposed.
8192
minSpareThreads The minimum number of threads always kept
running.
10
Table 3-12. Property List for the Connector Element in NSJSP (page 4 of 5)
Property Description Default Value