NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide
Migrating to NSJSP 6.0
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide—544548-004
7-2
servlet.config and nsjspadmin.config
servlet.config and nsjspadmin.config
Consider the following attributes while configuring the servlet.config and
nsjspadmin.config files:
startup class: NSJSP 6.0 provides only one startup class whereas NSJSP 5.0
provides a separate startup class for the SERVLET and NSJSPADMIN servers,
which are listed below:
NSJSP 5.0:
SERVLET startup class: com.tandem.servlet.NSJSPBootstrap
NSJSPADMIN startup class:
com.tandem.servlet.NSJSPAdminBootstrap
NSJSP 6.0:
startup class: org.apache.catalina.startup.Bootstrap
For more information on the startup class in NSJSP 6.0, see servlet.config on
page 3-2.
command-line arguments
com.tandem.servlet.nsjsp is a command-line argument and is not
configured in the startup class. In NSJSP 5.0, the argument
com.tandem.servlet.nsjsp was configured in the startup class.
For more information on command-line arguments in NSJSP 6.0, see NSJSP-
specific Runtime Arguments on page 3-5.
com.tandem.servlet.nsjspadmin is a command-line argument and is not
configured in the startup class. For more information on command-line
arguments, see nsjspadmin.config on page 3-8.
EnableJMXProxyServlet is not valid in NSJSP 6.0. The
JMXProxyServlet must be manually disabled in the web.xml file. For more
information on command-line arguments, see servlet.config
on page 3-2.
java.util.logging.manager and java.util.logging.config.file
are added to implement the logging functionality in NSJSP 6.0. For more
information on command-line arguments, see servlet.config
on page 3-2.
For more information on logging, see Logging in NSJSP 6.0
on page 6-1.
javax.management.builder.initial is a new command-line argument
introduced in NSJSP 6.0. For more information on this argument, see
servlet.config on page 3-2.
com.tandem.servlet.CONTEXT_PREFIXES is a command-line arugment
introduced in NSJSP 6.0. This command-line argument can be used to
configure the context path of the applications. For more information on this
argument, see servlet.config on page 3-2.










