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-2
Comparing Installation Properties in NSJSP 6.0,
NSJSP 6.1, and NSJSP 7.0
Table 7-1. Comparison of Installation Properties of NSJSP Versions (page 1 of 3)
Factors NSJSP 6.0 NSJSP 6.1 NSJSP 7.0
NSJSP installa-
tion directory
By default, NSJSP is
installed in the
<iTPWS_INSTALL_H
OME>/servlet_jsp
directory.
You cannot change
the location of the
installation directory.
You can install
NSJSP in a directory
location of your
choice.
Same as NSJSP 6.1.
URI to access the
NSJSP installation
servlet_jsp
(default URI name),
users have the ability
to manually modify the
URI.
You can manually
modify the URI using
the
CONTEXT_PREFIXES
command-line option.
For more information
on this command-line
option, see Chapter 3,
Configuring NSJSP.
A default URI name is
not available. You can
specify the URI name
during installation.
However, a unique
URI name must be
assigned to each
installation.
Same as NSJSP 6.1.
Server classes
created during
installation
servlet (Servlet
Server class)
nsjspadmin
(Admin Server
class)
You can specify the
name of the Servlet
Server Class during
installation. The name
of the Admin Server
Class is automatically
derived from the
Servlet Server Class
name as follows:
<server
class_name>
(Servlet Server
Class)
<server
class_name>-
adm (Admin
Server class)
Only <server
class_name>
(Servlet Server Class)
is available.
<server
class_name>-adm
(Admin Server class)
does not exists
anymore.