NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide—544548-004
7-1
7 Migrating to NSJSP 6.0
This chapter includes these sections:
Configuration Considerations
Migrating Web Applications
This chapter discusses the parameters you may need to modify while migrating from
NSJSP 5.0. It also discusses the new parameters introduced in NSJSP 6.0.
Configuration Considerations
The subsections below provide an overview of the configuration considerations before
migrating to NSJSP 6.0.
server.xml
The iTP_server.xml file from NSJSP 5.0 does not work in NSJSP 6.0 and is
replaced with the server.xml file. Consider the following attributes while configuring
the server.xml file:
Listener: NSJSP 6.0 has added NSJSP-specific listeners to instantiate certain
MBeans used for NSJSP internal admin operations. For example:
com.tandem.servlet.NSJSPLifecycleListener
org.apache.catalina.storeconfig.StoreConfigLifecycleListener
For more information on listeners, see server.xml on page 3-11.
logger element: The <logger> element from NSJSP 5.0 is not valid in NSJSP
6.0. For more information on logging configuration, see Logging in NSJSP 6.0.
configuration attribute of <Host> element: A new configuration attribute in
NSJSP 6.0, configClass in <Host > element, is added to deploy the application
in all instances when the server is restarted. For more information on the <Host>
element, see server.xml
on page 3-11










