beautypg.com

Initializing the jolt session pool manager, The code samples shown in, Transfer request walkthrough – HP NonStop G-Series User Manual

Page 267

background image

In the final part of this walkthrough, run the necessary HTML pages and server-side VBScript
logic to execute a TRANSFER.

TRANSFER Request Walkthrough

This section explains what happens when you execute a TRANSFER request. Each step is not
illustrated here, only those steps that are necessary.

Included are:

Initializing the Jolt Session Pool Manager

Submitting a TRANSFER Request from the Client

Processing the Request

Returning the Results to the Client

Initializing the Jolt Session Pool Manager

To start the walkthrough, use the browser on your client to connect to the Web server where the
Jolt Web Application Services classes are installed. The first page to download is tellerForm.asp
(see

Figure 3-1

for an example of a tellerForm.asp page). If the teller sample has been installed as

described in

Getting Started Checklist

, the URL for this page will be:

http:///teller/tellerForm.asp

Note

The use of the port number is optional, depending on how your Web server is configured. In
most cases, you are not required to add the ":port" in the URL.

Figure 3-1. tellerForm.asp Example