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-4
Connector Object
maxProcessors (int)
The maximum processor threads supported by this connector. This number should
always be greater than the minProcessors and greater than or equal to
acceptCount. The default is 75.
maxSpareThreads (int)
The maximum number of unused request processing threads supported by this
connector. The default is 25.
maxThreads (int)
The maximum number of request processing threads supported by this connector.
The default is 75.
minSpareThreads (int)
The number of request processing threads first started by this connector. The
default is 5.
minProcessors (int)
The minimum number of processor threads to be created at container start-up. The
default is 5.
port (String)
The port number. This value should always be 0 as the $RECEIVE file of the
process is used.
protocol (String)
Specifies the NSJSP Coyote protocol handler in use. The default is
iTP_WebServer-CGI/1.1.
protocolHandlerClassName (String)
the name is com.tandem.servlet.coyote.http11.iTPWscgiprotocol.
proxyName (String)
Specifies the proxy name if there is one configured.
proxyPort (int)
Specifies the port number of the proxy server if one is configured.
redirectPort (int)
Specifies the port number to be re-directed for SSL transport. The default is 443.