All Examples All Jolt Examples All Jolt Servlet Examples
This example illustrates how JHTML and the PageCompileServlet servlet can be used with Jolt for WebLogic to access services in TUXEDO. It shows how to:
To use this example you must have:
Please see the Jolt for WebLogic Server User's Guide for information on how to set up a Jolt Server. You will need to add a Jolt connection pool that connects to your Jolt Server by adding to your weblogic.properties file:
# Demo Jolt pool
weblogic.system.startupClass.demojoltpoolStart=\
bea.jolt.pool.servlet.weblogic.PoolManagerStartUp
weblogic.system.startupArgs.demojoltpoolStart=\
poolname=demojoltpool,\
appaddrlist=//<your_Jolt_server_URL>,\
failoverlist=//<your_Jolt_server_URL>,\
minpoolsize=1,\
maxpoolsize=3
weblogic.system.shutdownClass.demojoltpoolStop=\
bea.jolt.pool.servlet.weblogic.PoolManagerShutDown
weblogic.system.shutdownArgs.demojoltpoolStop=\
poolname=demojoltpool
To access the TUXEDO sample banking services through Jolt, launch this page in your favorite browser:
http://WebLogicURL:port/tellerForm.htmlwhere WebLogicURL is the host of the WebLogic Server and port is the port at which WebLogic is listening for login requests. If you are running WebLogic locally, you can use this URL:
http://localhost:7001/tellerForm.html
Select any of the services and you will be asked for an account number or numbers on which to perform the transaction. Choose any valid account number between 10000 and 10019, and enter a dollar ammount for the transaction.
Copyright (c) 1998-2000 by BEA Systems, Inc. All Rights Reserved.
Last updated 2/28/2000