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

The page tellerForm.asp contains VBScript procedures required to initialize the Jolt Session Pool
Manager. The initialization code is contained in an ASP Script block. This code tells the web
server to execute this block of code on the server, instead of sending it to the client.
<%
`// Initialize the sessionmanager and cache templates
Call web_initSessionMgr(Null)
Call web_cacheTemplates()
%>
The VBScript procedure web_initSessionMgr() calls other VBScript procedures to establish a
pool of Jolt Sessions. A Jolt Session is established between the Jolt Asp Connectivity for
NonStop
TM
TUXEDO in the Web Server and the Jolt Servers that reside in your NonStop
TM










