Jolt 1.2 Developer's Guide

application server for details.
To access BankApp through Servlet Connectivity for NonStop
TM
TUXEDO, use the following URL in your favorite browser:
http://mywebserver:8080/tellerForm.html
5.
Admin Sample
The Admin sample application illustrates the following servlet tasks:
How to use the administrative API to control the session pools
How to retrieve the statistics through PageCompiledServlet in Servlet Connectivity for NonStop
TM
TUXEDO
Requirements for Running the Admin sample
Following are the requirements for running the Admin sample:
Any Web Application Server with Servlet JSDK 1.1 or above
Jolt 1.2
Installation Instructions
Install the Jolt class library and Servlet Connectivity for NonStop
TM
TUXEDO class library to the web application server.1.
Copy all JHTML files to the public HTML directory (for example, $WEBLOGIC/myserver/public_html for WebLogic):
PoolList.jhtml
PoolAdmin.jhtml
2.
To get a list of session pools, use the following URL in your favorite browser:
http://mywebserver:8080/PoolList.jhtml
3.
Additional Information on Servlets
For more information on writing and using servlets, see the following sites:
BEA WebLogic Servlet Documentation
http://www.weblogic.com/docs/classdocs/API_servlet.html
Java Servlets
http://jserv.java.sun.com/products/java-server/documentation/webserver1.1/index_developer.html
Servlet Interest Group
servlet-interest@java.sun.com