NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide

NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
C-3
Connector Object
acceptCount (int)
The maximum queue length of the incoming connections. This attribute is
reserved, and uses the TANDEM_RECEIVE_DEPTH value from the
servlet.config configuration file.
allowTrace (boolean)
Enables or disables the TRACE HTTP method. The default is false.
bufferSize (int)
Specifies the buffer size to be used for input streams. The default is 2048.
clientAuth (boolean)
Specifies the SSL stack to require a valid certificate chain from the client before
accepting a connection. The default is false.
compression (on/off)
Enables data compression. The default is off.
connectionTimeout (int)
Specifies the timeout value for the incoming connection. The default is 0.
connectionUploadTimeout (int)
Specifies the timeout value for the incoming connection for data upload. The
default is 300000.
disableUploadTimeout (boolean)
Specifies the buffer size to be used for input streams. The default is true.
debug (int)
Specifies the level of debugging detail logged by this Connector object to the
associated Logger. The default is 0 (zero).
enableLookups (boolean)
Instructs the server to perform DNS lookups on remote IP addresses. The default
is false.
maxHTTPHeaderSize (int)
Specifies the maximum data size for the POST method. The default is 4096.
maxPostSize (int)
Specifies the maximum size of the request and response HTTP header in bytes.
The default is 2097152.