NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator's Guide
Installing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.0 System Administrator’s Guide—
544548-004
2-10
Stopping NSJSP
Stopping NSJSP
There are two ways to stop the NSJSP server:
Graceful shutdown
To stop the NSJSP server gracefully:
1. Obtain the PATHMON name from the httpd.config file located at
iTPWS_INSTALL_DIR/conf
2. At the TACL prompt, run the following commands:
TACL> PATHCOM <PATHMON Name>
= FREEZE server servlet
= STOP server servlet
The output of the = STATUS server servlet command displays the status of
the NSJSP server.
HP recommends you to stop the NSJSP server gracefully because it completes the
current request and executes all shutdown operations. All sessions are stored in
the persistent store if you have configured the Persistent Manager.
Forced shutdown
1. Run the iTP WebServer stop script to stop NSJSP forcefully.
OSS: cd iTPWS_INSTALL_DIR/conf
OSS: ./stop
If you force the NSJSP server to stop, no cleanup operations are performed and
the state of the server is lost.
Restarting NSJSP
You must stop the NSJSP server gracefully before restarting it. To restart the NSJSP
server:
1. Obtain the PATHMON name from the httpd.config file located at
iTPWS_INSTALL_DIR/conf
2. At the TACL prompt, run the following commands:
TACL> PATHCOM <PATHMON Name>
= THAW server servlet
= START server servlet
Note. Check the NSJSP log in the file NSJSP_HOME/logs/servlet.out to ensure that
the NSJSP server has completely stopped.
Note.
Check the NSJSP log in the file NSJSP_HOME/logs/servlet.out to ensure
that the NSJSP server has restarted.










