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-48
The server.xml File
The following attributes are used in Apache Tomcat, but not applicable on NSJSP:
acceptCount
maxPostSize
maxSavePostSize
proxyName
proxyPort
SSLEnabled
Scheme
secure
useIPVHosts
address
bufferSize
compressableMimeType
maxHttpHeaderSize The maximum size of the request and response
HTTP header, specified in bytes. If this attribute
is not specified, it is set to 8192 (8 KB).
maxThreads The maximum number of request processing
threads to be created by this Connector. It also
determines the maximum number of
simultaneous requests that can be handled. If
this attribute is not specified, it is set to 200. If
an executor is associated with this connector,
this attribute is ignored as the connector will
execute tasks using the executor rather than an
internal thread pool.
75
server Overrides the Server header for the http
response. If set, the value for this attribute
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.
Table 3-13. Attribute List for the Connector Element in NSJSP (page 2 of 2)
Attribute Description Default Value










