NonStop Servlets for JavaServer Pages (NSJSP) 5.0 System Administrator's Guide
Manager Web Application
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-003
5-21
Shell Scripts
This section lists some of the manager commands that may cause the inconsistency.
Stop Command
The Stop command stops a specific application only in the running server processes. A
dynamic server created after the command may still have the same application
running. The Stop command always returns this warning:
Warning: Command applied only to the running servers.
Any servers created subsequently may be inconsistent.
Install and Undeploy Commands
Both the Install and Undeploy commands cause the deployed or undeployed web
application to be persisted to the Context configuration file if the application is not
deployed to the default local host's appBase.
Shell Scripts
NSJSP 5.0 introduces the following new shell scripts to ease the managing of the
NSJSP container. These are in addition to the existing nsjsp_cleanSessionData
and nsjsp_cleanlogs.
nsjsp_migrateSessionStore
The nsjsp_migrateSessionStore script is an OSS shell script that aids migrating
a session store from a prior NSJSP release. To run this script, you enter the script
name from your OSS prompt and the script guides you through the migration. An
example of running this script follows:
/h/myInstall/webserver/servlet_jsp/conf: nsjsp_migrateSessionStore
NonStop(tm) Servlets for JavaServer Pages(tm)
Persistent Sessions Migration Script
T1222V50_10NOV2005_BASE_V500_2
_________________________________________________________________
Migrates the persistent session data stored in a NonStop(tm) SQL
database for NonStop(tm) Servlets for JavaServer Pages(tm).
Please enter the database table name [$SYSTEM.T1222CAT.SessData] :
$DATA00.MYSESS.SESSDATA
****************************** WARNING *****************************
The persisted session data stored in a NonStop(tm) SQL Database
will now be migrated to the new schema used in the
NonStop(tm) Servlets for JavaServer Pages(tm) T1222V50_10NOV2005_BASE_V500_1
release.
NonStop(tm) SQL database table name = $DATA00.MYSESS.SESSDATA
**********************************************************************
Do you wish to migrate the persistent session data (y/n) ? y
SQL Conversational Interface - T9191G07 - (01AUG05)
(C) 1987 COMPAQ (C) 2004 Hewlett Packard Development Company, L.P.










