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-7
Comparing Configuration Properties in NSJSP 5.0,
NSJSP 6.0, and NSJSP 6.1
The reasons why the values of some attributes in NSJSP 6.1 are different from those
in NSJSP 5.0, as described in Table 7-2
, are as follows:
debug – Because NSJSP 6.1 uses a different logging mechanism, the debug flag,
which was related to logging severity in NSJSP 5.0 is not valid in NSJSP 6.1.
com.tandem.servlet.JMXCon
nectionListener
Engine name="NSJSP"
defaultHost="localhost"
debug="0"
name="NSJSP"
backgroundProcessorDelay=
"60"
defaultHost="localhost”
Realm className="org.apache.cat
alina.realm.UserDatabaseR
ealm"
debug="0"
resourceName="UserDatabas
e"
className="org.apache.cat
alina.realm.UserDatabaseR
ealm"
resourceName="UserDatabas
e"
digest="MD5"
Note: In NSJSP 5.0, passwords
were in clear text. In NSJSP 6.1,
passwords are encrypted using
the MD5 digest algorithm.
Host name="localhost"
debug="0"
appBase="webapps"
unpackWARs="true"
autoDeploy="false"
xmlValidation="false"
xmlNamespaceAware="false"
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-37.
Valve Element
within the Host
Not available. Only a sample
valve configuration is included.
Valve
className="com.hp.tandem.
nsjsp.valves.RequestTrack
erValve"
For information on the Valve
element, see Valve
Element on
page 3-58.
Table 7-2. Differences in the NSJSP 5.0 and NSJSP 6.1 server.xml Files
Element/Attribute Default Value in NSJSP 5.0 Default Value in NSJSP 6.1










