User guide

Chapter 4: HTTP Tunneling
4-12
<PARAM NAME=ORB_FJ_SSL VALUE=yes>
<PARAM NAME=ORB_FJ_HTTPGW VALUE=http://host.com/od-httpgw>
</applet><BR>
</BODY>
</HTML>
(2) For other than Interstage HTTP Server
<HTML>
<HEAD><!—demo.html--></HEAD>
<TITLE>Java sample Applet </TITLE>
<BODY>
<HI>Java sample Applet</HI>
<applet code=”Sample.class” width=300 height=250>
<PARAM NAME=cabbase VALUE=Odporb.cab.CosNaming.cab.InterfaceRep.cab>
<PARAM NAME=”PORB_HOME” VALUE=”PORBDIR”>
<PARAM NAME=ORB_FJ_HTTP VALUE=yes>>
<PARAM NAME=ORB_FJ_HTTPGW VALUE=http://host.com/cgi-bin/Odhttp.dll>
</applet><BR>
</BODY>
</HTML>
<HTML>
<HEAD><!—demo.html--></HEAD>
<TITLE>Java sample Applet </TITLE>
<BODY>
<HI>Java sample Applet</HI>
<applet code=”Sample.class” width=300 height=250>
<PARAM NAME=cabbase VALUE=Odporb.cab.CosNaming.cab.InterfaceRep.cab>
<PARAM NAME=”PORB_HOME” VALUE=”PORBDIR”>
<PARAM NAME=ORB_FJ_HTTP VALUE=yes>>
<PARAM NAME=ORB_FJ_HTTPGW VALUE=http://host.com/cgi-bin/libOMhttp.so>
</applet><BR>
</BODY>
</HTML>
For an explanation of how to create HTML files when using Java applets, see the documents below.
For Interstage Application Server Enterprise Edition or Interstage Application Server Standard
Edition:
Java Programming Guide in the Distributed Application Development Guide (CORBA Service
Edition).