NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
4-88
Server Class Operations
The STATUS SERVER command displays the following output for the SCP1 Server
Class:
SERVER #RUNNING ERROR INFO
SCP1 0 FROZEN
The processes of the SCP1 Server Class are stopped as indicated by the 0 in the
#RUNNING column and the status of the SCP1 Server Class changes to FROZEN.
Example of Stopping NSJSP Server Class Configured Under Two PATHMONs of
iTP Secure WebServer
In this example, the iTP Secure WebServer is configured with two PATHMONs—
$zweb and $yweb. The processes of the NSJSP Server Class run under these
PATHMONs.
Enter the STATUS SERVER command to view the status of the SCP1 Server Class
under the $zweb and $yweb PATHMONs:
TACL>> PDMCOM
PDMI 1>> OPEN $zweb,$yweb
PDMI 2>> STATUS SERVER SCP1
The following output is displayed:
PATHMON : \POS02.$ZWEB
SERVER #RUNNING ERROR INFO
SCP1 2
PATHMON : \POS02.$YWEB
SERVER #RUNNING ERROR INFO
SCP1 2
To stop the SCP1 Server Class running under the $zweb PATHMON, enter the
following commands:
PDMI 3>> OPEN $zweb
= FREEZE SERVER SCP1
= STOP SERVER SCP1
Note.
Stop the NSJSP Server Class gracefully, to allow the server class processes to complete
outstanding requests and to perform shutdown operations, before exiting.
You can use either PATHCOM or PDMCOM to execute server class operations, such as
stop, start, thaw, and freeze.










