beautypg.com

HP NonStop G-Series User Manual

Page 268

background image

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.

Example 3-1. tellerForm.asp: Initialize the Jolt Session Pool Manager

<%
'// Initialize the session manager 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 Web Application Services in the
Web Server and the Jolt Servers that reside in your TUXEDO application. One of the procedures