Jolt 1.2 Developer's Guide
Table Of Contents
- Jolt for NonStop(TM) TUXEDO Developer's Guide
- Jolt for NonStop(TM) TUXEDO Developer's Guide
- About This Guide
- 1. Introducing Jolt
- 2. Installing Jolt
- 3. Configuring the Jolt System
- 4. Bulk Loading NonStopTM TUXEDO Services
- 5. Using the Jolt Repository Editor
- 6. Using the Jolt Class Library
- 7. Using JoltBeans
- 8. Using Servlet Connectivity for NonStopTM TUXEDO
- 9. Using Jolt 1.2 ASP Connectivity for NonStopTM TUXEDO
- A. NonStopTM TUXEDO Errors
- B. System Messages
- Index

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










