NonStop Servlets for JavaServer Pages (NSJSP) 5.0 System Administrator's Guide

Installing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-003
2-7
Uninstalling NSJSP
Uninstalling NSJSP
The uninstall script removes the currently installed version of the NSJSP software,
the NSJSP files, directories, and web applications that were installed in your iTP
WebServer environment.
You must run this script using the same user ID that was previously used to install
NSJSP. For example, if you previously used the SUPER.SUPER ID to install NSJSP,
the uninstall script should be run as follows:
TACL> LOGON SUPER.SUPER
TACL> OSH
OSS: cd $NSJSP_HOME/version
OSS: ./uninstall
If you use the wrong user ID, the uninstall script does not run.
To reinstall NSJSP after the uninstall script has been run, follow the installation
instructions for the specific NSJSP version you wish to reinstall.
NSJSP Directory Structure
Table 2-1 shows the various directories under the NSJSP home directory,
$NSJSP_HOME, after installation.
Caution. Back up your web applications before you run the uninstall script. Running uninstall
removes all your web applications in the webapps directory.
Table 2-1. NSJSP Directory Structure
Directory Description
bin/ Binary executables and scripts.
common/ Classes available to both NSJSP internal and web
applications.
classes/ Unpacked common classes.
lib/ Common classes in JAR files.
endorsed/ Common classes in jar files used by the Endorsed Standards
Override Mechanism (ESOM) in Java2.