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

Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide674372-005
4-76
NSJSP Manager Operations
Secure Sets attribute to True if you want to have calls
to request.isSecure() to return true for
requests received by this Connector. You
will want this on an SSL Connector or a non
SSL connector which receives data from a
SSL accelerator, like a crypto card, an SSL
appliance or even a webserver.
Yes False
Accept
Count
Indicates the maximum queue length for
incoming connection requests when all
possible request processing threads are in
use. Any requests received when the queue is
full is refused.
Yes 100
Connectio
n Linger
Indicates the number of seconds during which
the sockets used by this Connector will linger
when they are closed.
Yes -1
Connectio
n Timeout
Indicates the number of milliseconds this
Connector will wait, after accepting a
connection, for the request URI line to be
presented. Use a value of -1 to indicate no
(which is infinite) timeout.
Yes 60000
Connectio
n Upload
Timeout
Specifies the timeout, in milliseconds, to use
while a data upload is in progress. This only
takes effect if DisableUploadTimeout is set to
false.
Yes 300000
Disable
Upload
Timeout
Allows the servlet container to use a different,
usually longer connection timeout during data
upload.
Yes True
Max Keep
Alive
Requests
Indicates the maximum number of HTTP
requests which can be pipelined until the
connection is closed by the server. Setting this
attribute to 1 will disable HTTP/1.0 keep-alive,
as well as HTTP/1.1 keep-alive and pipelining.
Setting this to -1 will allow an unlimited amount
of pipelined or keep-alive HTTP requests.
Yes 100
Min Spare
Threads
Indicates the minimum number of threads
which are always kept running.
Yes 10
TCP No
Delay
Improves the performance under most
circumstances and when set to true, the
TCP_NO_DELAY option will be set on the
server socket.
Yes True
Allow
Trace
Indicates the boolean value which can be used
to enable or disable the TRACE HTTP
method.
Yes False
Table 4-28. Property list for Connector Element
Property Description Modifiable
Default
Value