README --- Bank Sample using IIOP

The home page of this application explains its purpose.

The Enterprise Server is not preconfigured to run this application. Thus, you will not see this application in the "Server Side JavaScript (SSJS) Application Manager" page of the administration server.

If you're interested in IIOP and how it can be used in the Enterprise Server via SSJS, you should configure your server to run this application.


Configuring your server to run Bank

Edit your server's obj.conf file. Find the line which looks similar to the following:

Init classpath="$SR/wai/java/nisb.zip:$SR/js/samples:$SR/plugins/java/classes/serv3_0.zip:
$SR/plugins/java/local-classes" ldpath="$SR/plugins/java/bin" fn="SJavaBootInit"
Prepend the following to the classpath:
$SR/js/samples/bank

Edit your server's jsa.conf file. Add the following line to the list of applications present there:

bank uri=/bank object=$SR/js/samples/bank/bank.web start=start.html home=bank.html client-mode=client-cookie maxdbconnect=0

Restart the server.