NonStop Servlets for JSP System Administrator's Guide
Installing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-001
2-3
setupjava
where <version> is the vproc of this software RVU (for example:
T1222V20_17MAR03_BASE_V200_5).
The COPYOSS step simply unpaxes the T1222PAX file. Running COPYOSS on
the product PAX file will not affect any currently running environment in any way.
The softdoc file, T1222V20 is a text file that you can keep on <$ISV>.SOFTDOC,
or you can copy the file to any other location on your NonStop system by using the
FUP DUP or FUP RENAME commands.
3. To complete a typical installation of NSJSP, first run the setupjava script, then run
the setup script. Both of these are located in the OSS file system directory:
/usr/tandem/webserver/servlet_jsp/<version>
Both scripts have dependencies on the OSS environment variable PATH. The
PATH variable must include the OSS /bin directory and the NSJ 2.0 /bin directory.
For example:
OSS: export PATH=$PATH:/bin:/usr/tandem/java/bin
Please ensure that the PATH variable is initialized correctly before running either
script. Failure to do so will result in "file not found" errors and an incomplete
installation.
setupjava
The setupjava script updates and re-links the JVM (default /usr/tandem/java) to
include this version of the NSJSP software libraries and class files. By default,
setupjava updates the JVM java binary located in /usr/tandem/java. Both the
setupjava and setup scripts enable an alternate location to be specified if the JVM Java
binary is in a location other than the default.
1. Run the setupjava script using the same userid that was used to install the JVM
NSJ software.
For example, if you previously used SUPER.SUPER to install the NSJ software,
setupjava would be run as follows:
TACL> LOGON SUPER.SUPER
TACL> OSH
OSS: cd /usr/tandem/webserver/servlet_jsp/<version>
OSS: ./setupjava
Caution. Running setupjava will back up and uninstall any pre-existing T0094 SSC JVM
binary linkages rendering any pre-existing T0094 SSC servlet applications unusable without
migration.