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 Guide596210-006
7-27
Migrating the Session Store
Migrating the Session Store
The session store configured in NSJSP 5.0 does not work in NSJSP 6.1, because
there are differences in the field sizes in the table definition of the JDBC store.
However, behavior of the session store in NSJSP 6.0 and NSJSP 6.1 is the same.
To migrate sessions from NSJSP 5.0 or NSJSP 6.0 to NSJSP 6.1, complete the
following steps:
1. Run one of the following commands to create the NSJSP 6.1 session store:
NSJSP_HOME/conf/nsjsp_createSessionStore_mp.sql to create the
persistent session store for SQL/MP.
NSJSP_HOME/conf/nsjsp_createSessionStore_mx.sql to create the
persistent session store for SQL/MX.
2. Run the NSJSP_HOME/conf/nsjsp_migrateSessionStore script to migrate
data from NSJSP 5.0 or NSJSP 6.0 to NSJSP 6.1.
The nsjsp_migrateSessionStore script migrates the data from SQL/MP to
SQL/MX or SQL/MP to SQL/MP.
Migrating to NSJSP Manager Application in
NSJSP 6.1
Starting with the NSJSP 6.1 release, a new application called the NSJSP Manager is
introduced. HP recommends that you use this application to manage web applications,
server classes, and MBeans. For more information on this application, see Chapter 4,
Managing NSJSP.
Support for Multiple NSJSP Installations in a
Single iTP Secure WebServer Environment
The NSJSP installation script is enhanced to support multiple NSJSP installations in a
single iTP Secure WebServer environment. The following enhancements were made to
the installation script to support multiple NSJSP installations:
Directory locations of NSJSP installations
Note. Although NSJSP 6.1 implements the servlet 2.5 and JSP 2.1 specifications, it supports
the servlet 2.4 specification.
In NSJSP 6.1, the Manager and Admin Web applications have the contexts
/<deployment_name>/manager and /<deployment_name>/admin respectively,
unlike /manager and /admin in NSJSP 5.0.