NonStop Servlets for JSP System Administrator's Guide

Programming and Management Features
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-001
4-11
The nsjsp_manager User Interface
Example 4-6 is a screen snap-shot of the nsjsp_manager user interface stopping a
currently deployed web application, thus making it unavailable.
Example 4-7 is a screen snap-shot of the nsjsp_manager user interface starting a
currently deployed but stopped web application, thus making it available again.
Example 4-6. nsjsp_manager Stop a Web Application
#---------- NSJSP Manager Main Menu ----------#
0) List All Web Applications
1) Start a Web Application
2) Stop a Web Application
3) Install a Web Application
4) Reload a Web Application
5) Remove a Web Application
6) Clean NSJSP Session Data
7) Clean NSJSP Log Files
8) Change NSJSP Manager Log File
9) Exit
#-------------------------------------------#
Enter your selection ([0]-9) ...... 2
Enter the context path for the application you want to stop: ...
/servlet_jsp/examples
[$Z4LB] OK - Stopped application at context path /servlet_jsp/examples
[$Z4LC] OK - Stopped application at context path /servlet_jsp/examples
[$Z4LD] OK - Stopped application at context path /servlet_jsp/examples
Example 4-7. nsjsp_manager Start a Web Application
#---------- NSJSP Manager Main Menu ----------#
0) List All Web Applications
1) Start a Web Application
2) Stop a Web Application
3) Install a Web Application
4) Reload a Web Application
5) Remove a Web Application
6) Clean NSJSP Session Data
7) Clean NSJSP Log Files
8) Change NSJSP Manager Log File
9) Exit
#-------------------------------------------#
Enter your selection ([0]-9) ...... 1
Enter the context path [/servlet_jsp/examples] ...
[$Z4LB] OK - Started application at context path /servlet_jsp/examples
[$Z4LC] OK - Started application at context path /servlet_jsp/examples
[$Z4LD] OK - Started application at context path /servlet_jsp/examples