NonStop JMS User's Manual (NonStop JMS 2.0+)
NSJMS Administrative Servlet Installation and 
Configuration
NonStop Server for Java Message Service User’s Manual—522356-002
4-6
Administrative Servlet Installation Procedure for
NonStop Servlets for JavaServer Pages (T1222V1X)
7. Copy the JmsAdminServlet.html sample program file located in the NSJMS 
examples directory to the NSJMS directory created in Step 6:
where /usr/tandem/nsjms/version/examples/JmsAdminServlet.html 
represents the examples directory of the NSJMS installation.
8. Using an editor of your choice, modify the JmsAdminServlet.html file copied in 
Step 7, as follows:
Locate the command:
<FORM METHOD="POST" NAME="AdminRequest"
ACTION="/servlet/com.tandem.nsjms.admin.JmsAdminServlet">
Change the command to:
<FORM METHOD="POST" NAME="AdminRequest"
ACTION="servlet/JmsAdminServlet">
9. Create the NSJMS servlet directory 
/usr/tandem/webserver/servlet_jsp/webapps/nsjms/WEB-INF by 
executing these commands:
10. Use the cd command to go to the WEB-INF directory; for example:
11. Copy the web.xml sample program file located in the NSJMS examples directory 
to the NSJMS directory created in Step 10:
where /usr/tandem/nsjms/version/examples/web.xml represents the 
examples directory of the NSJMS installation.
12. Restart the iTPSecure WebServer by executing these commands:
OSH: cp /usr/tandem/nsjms/version/examples/JmsAdminServlet.html
  /usr/tandem/webserver/servlet_jsp/webapps/nsjms
OSH: cd /usr/tandem/webserver/servlet_jsp/webapps/nsjms
OSH: mkdir WEB-INF
OSH: cd /usr/tandem/webserver/servlet_jsp/webapps/nsjms/WEB-INF
OSH: cp /usr/tandem/nsjms/version/examples/web.xml
  /usr/tandem/webserver/servlet_jsp/webapps/nsjms/WEB-INF
OSH: cd /usr/tandem/webserver/conf
OSH: ./restart










