NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Migrating to NSJSP 6.1
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
7-10
Comparing Configuration Properties in NSJSP 5.0,
NSJSP 6.0, and NSJSP 6.1
Connector protocol="HTTP/1.1"
connectionTimeout="0"
acceptCount="25"
maxThreads="75"
Note: The acceptCount property
has no relevance in NSJSP 6.1 as
the messages are obtained
through the $RECEIVE file.
Messages are queued in the
$RECEIVE file and no internal
queue for messages is maintained.
The connectionTimeout is not
relevant in NSJSP 6.1 as it uses a
custom ServerSocket class,
which is extended from the
java.net.ServerSocket, to
create socket objects for
messages received on $RECEIVE.
protocol="HTTP/1.1"
maxThreads="75"
Listener within
the Connector
Not available com.tandem.servlet.JMXCo
nnectionListener
Engine name="NSJSP"
defaultHost="localhost"
name="NSJSP"
backgroundProcessorDelay
="60"
defaultHost="localhost
Host name="localhost"
appBase="webapps"
unpackWARs="false"
autoDeploy="false"
xmlValidation="false"
xmlNamespaceAware="false"
configClass="com.tandem.s
ervlet.catalina.startup.N
SJSPContextConfig"
Host name="localhost"
appBase="webapps"
unpackWARs="true"
autoDeploy="true"
xmlValidation="false"
xmlNamespaceAware="false
"
configClass="com.tandem.
servlet.catalina.startup
.NSJSPContextConfig
For information on autoDeploy
and unpackWARs, see The
server.xml File on page 3-37.
Valve
className="com.hp.tandem
.nsjsp.valves.RequestTra
ckerValve"
Table 7-3. Differences in the NSJSP 6.0 and NSJSP 6.1 server.xml
Files (page 2 of 2)
Element/Attribute Default Value in NSJSP 6.0 Default Value in NSJSP 6.1










