Modify the HTML file generated by the Business Components Data Page Wizard to include the following tags used by the ORB.
For Microsoft Internet Explorer
Add the following PARAM
tags:
<PARAM NAME="VBROKER.ORB.GATEKEEPER.IOR"
value="http://mywebserver/gatekeeper.ior">
<PARAM NAME="vbroker.orb.alwaysTunnel" value="true">
Note: Replace mywebserver
with
the hostname of the web server that is running.
For Netscape Navigator
The above parameters have to be specified in the EMBED tag
<EMBED type="application/x-java-applet;version=1.2"
java_CODE = "package3.Applet1.class"
...
pluginspage = "http://www.javasoft.com/products/plugin/1.2/plugin-install.html"
vbroker.ord.gatekeeper.ior = "http://mywebserver/gatekeeper.ior"
vbroker.orb.alwaysTunnel = "true"
mywebserver
with
the host name of the web server that is running.
When viewing the applet with the Java plug-in version 1.1.2, the type parameter in the above tag should be changed for your browser. For example, for the Netscape Navigator:
<EMBED type="application/x-java-applet;version=1.1"
Related Topics