Installation Instructions

  1. Install the Jolt class library (jolt.jar) and Servlet Connectivity for Oracle Tuxedo class library (joltjse.jar) to the Web application server. Extract the class files if it is required by your Web application server.
  2. Copy all HTML, JHTML and bankapp.properties files to the public HTML directory of the Web application server (for example, $WEBLOGIC/myserver/public_html for WebLogic):
    bankapp.properties
    tellerForm.html
    inquiryForm.html
    depositForm.html
    withdrawalForm.html
    transferForm.html
    InquiryServlet.jhtml
    DepositServlet.jhtml
    WithdrawalServlet.jhtml
    TransferServlet.jhtml
  3. Modify the bankapp.properties file. Change the “appaddrlist” and “failoverlist” with the proper Jolt server hosts and ports. Specify the proper Oracle Tuxedo authentication information if the BankApp has security turned on. For example:
    #bankapp
    #Fri Apr 16 00:43:30 PDT 1999
    poolname=bankapp
    appaddrlist=//host:8000,//host:7000
    failoverlist=//backup:9000
    minpoolsize=2
    maxpoolsize=10
    userrole=teller
    apppassword=appPass
    username=JaneDoe
    userpassword=myPass
  4. If applicable, turn on the automatic page compilation for JHTML from your servlet engine. Consult the user manual of your Web application server for details.
  5. To access BankApp through Servlet Connectivity for Oracle Tuxedo, use the following URL in your favorite browser:

    http://mywebserver:8080/tellerForm.html