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

Migrating to NSJSP 7.0
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide—674372-005
7-6
Comparing Configuration Properties in NSJSP 6.0,
NSJSP 6.1, and NSJSP 7.0
Service
name name="NSJSP” Same as NSJSP 6.1.
Connector protocol="HTTP/1.1"
maxThreads="75"
Same as NSJSP 6.1.
Listeners within
the Connector
com.tandem.servlet.JMXCon
nectionListener
Same as NSJSP 6.1.
Engine name="NSJSP"
backgroundProcessorDelay=
"60"
defaultHost="localhost”
Same as NSJSP 6.1.
Realm className="org.apache.cat
alina.realm.UserDatabaseR
ealm"
resourceName="UserDatabas
e"
digest="MD5"
The default Realm is
org.apache.catalina.rea
lm.LockOutRealm which has
a nested
userDatabaseRealm. For
more information on
LockoutRealm,see Realms
on page 8-7.
Host name="localhost"
appBase="webapps"
unpackWARs="true"
autoDeploy="true"
xmlValidation="false"
xmlNamespaceAware="false"
configClass="com.tandem.s
ervlet.catalina.startup.N
SJSPContextConfig”
For information on autoDeploy
and configClass, see The
server.xml File on page 3-40.
Same as NSJSP 6.1 except
xmlValidation="false"
xmlNamespaceAware="fals
e". properties which have
changed.
However, a new property
copyXML is introduced and its
value set to false by default.
For more information on
copyXML property, see Host
on page 3-60.
Valve Element
within the Host
Valve
className="com.hp.tandem.
nsjsp.valves.RequestTrack
erValve"
For information on the Valve
element, see Valve
Element on
page 3-66.
Same as NSJSP 6.1
Table 7-2. Differences in the NSJSP 6.1 and NSJSP 7.0 server.xml Files
Element/Attribute Default Value in NSJSP 6.1 Default Value in NSJSP 7.0