User guide

HTTP Tunneling Setup
4-11
<applet code="Sample.class" width=300 height=250>
<PARAM NAME=ORB_FJ_HTTP VALUE=yes>
<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=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=ORB_FJ_HTTP VALUE=yes>
<PARAM NAME=ORB_FJ_HTTPGW VALUE=http://host.com/cgi-bin/libOMhttp.so>
</applet><BR>
</BODY>
</HTML>
(2) When Portable-ORB is used in Internet Explorer
(1) For Interstage HTTP Server
<HTML>
<HEAD><!--demo.html--></HEAD>
<TITLE>Java sample Applet </TITLE>
<BODY>
<H1>Java sample Applet</H1>
<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>