Installation Instructions
- 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. - 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
- 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
- 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.
- To access BankApp through Servlet Connectivity for Oracle Tuxedo, use the following URL in your favorite browser:
Parent topic: BankApp Sample