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-55
The server.xml File
The following properties are used in Apache Tomcat, but not applicable on NSJSP:
port
proxyName
proxyPort
secure
acceptCount
address
connectionLinger
SSLEnabled
acceptorThreadCount
bindOnInit
connectionTimeout
connectionUploadTimeout
disableUploadTimeout
noCompressionUser
Agents
The value is a regular expression (using
java.util.regex) matching the user-
agent header of HTTP clients for which
compression should not be used, because
these clients, although they do advertise support
for the feature, have a broken implementation.
processorCache The protocol handler caches Processor objects
to speed up performance. This setting dictates
how many of these objects get cached. -1
means unlimited, default is 200. If not using
Servlet 3.0 asynchronous processing, a good
default is to use the same as the maxThreads
setting. If using Servlet 3.0 asynchronous
processing, a good default is to use the larger of
maxThreads and the maximum number of
expected concurrent requests (synchronous and
asynchronous).
restrictedUserAge
nts
The value is a regular expression (using
java.util.regex) matching matching the
user-agent header of HTTP clients for which
HTTP/1.1 or HTTP/1.0 keep alive should not be
used, even if the clients advertise support for
these features.
Table 3-12. Property List for the Connector Element in NSJSP (page 5 of 5)
Property Description Default Value