NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)
NSJMS Administrative Servlet Installation and
Configuration
NonStop Server for Java Message Service User’s Manual—522356-006
6-10
Administrative Servlet Installation Procedure for
NonStop Servlets for JavaServer Pages (T1222V20)
7. Create the NSJMS servlet directory
/usr/tandem/webserver/servlet_jsp/webapps/nsjms by executing this
command:
8. Copy the JmsAdminServlet.html sample program file located in the NSJMS
examples directory to the NSJMS directory created in Step 7:
where /usr/tandem/nsjms/version/examples/JmsAdminServlet.html
represents the examples directory of the NSJMS installation.
9. Using an editor of your choice, modify the JmsAdminServlet.html file copied in
Step 8, as:
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">
10. Create the NSJMS servlet directory
/usr/tandem/webserver/servlet_jsp/webapps/nsjms/WEB-INF by
executing this command:
11. Use the cd command to go to the WEB-INF directory; for example:
12. Copy the web.xml sample program file located in the NSJMS examples directory
to the NSJMS directory created in Step 11
:
where /usr/tandem/nsjms/version/examples/web.xml represents the
examples directory of the NSJMS installation.
13. Restart the iTPSecure WebServer by executing these commands:
OSH: mkdir /usr/tandem/webserver/servlet_jsp/webapps/nsjms
OSH: cp /usr/tandem/nsjms/version/examples/JmsAdminServlet.html
/usr/tandem/webserver/servlet_jsp/webapps/nsjms
OSH: mkdir /usr/tandem/webserver/servlet_jsp/webapps/nsjms/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