Manual
3. In the WAR file to deploy section, click Browse and locate the EmpInfo.war file on your
Windows system.
4. Click Deploy.
EmpInfo gets listed under Applications.
NOTE: If you do not have access to the NSJSP Web Application Manager screen, you can deploy
EmpInfo on your NonStop system by completing the following steps:
1. Ensure that you have WRITE permissions to the webapps directory in your <NSJSP
deployment directory>. You can confirm this by using the OSS command:
OSS> ls –l <NSJSP deployment directory>
For example: ls –l at /home/sash_usr/webserver/servlet_jsp must display
WRITE permissions to the webapps directories.
If this directory does not have WRITE permissions set, run the following command:
OSS> chmod +w <NSJSP deployment directory>/webapps
2. Copy the EmpInfo.war file to the <NSJSP deployment directory>/webapps
directory.
Running EmpInfo on NonStop
To run EmpInfo on your NonStop system, click /servlet_jsp/EmpInfo path under Applications
in the NSJSP Web Application Manager screen.
NOTE: If you do not have access to the NSJSP Web Application Manager screen, you can run
EmpInfo on your NonStop system by completing the following steps:
1. Go to the <iTP WebServer deployment directory>/conf directory using the
command:
OSS> cd <iTP WebServer deployment directory>/conf
For example:
OSS> cd /home/sash_usr/webserver/conf
2. Start your iTP WebServer using the command:
OSS> ./start
3. Access the EmpInfo application using the address:
http://<IP Address of the iTP WebServer>:<port#>/servlet_jsp/EmpInfo
Example of Integrating Hibernate into Spring 399