User guide
Chapter 5: HTTP Tunneling of J2EE
5-6
Method for Using HTTP Tunneling with Java Applets
When Java applets start, HTTP tunneling is specified with parameters of the <PARAM NAME> tags in
HTML.
For information about the parameters to be specified, refer to HTTP Tunneling Parameters in Setting Up
HTTP Tunneling in Chapter 4.
An example is shown below.
(1) For Interstage HTTP Server. (The items in bold text are the settings for the <PARAM NAME>
parameters.)
<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=https://host.com/od-httpgw>
</applet>
(2) For other than Interstage HTTP Server . (The items in bold text are the settings for the <PARAM
NAME> parameters.)
<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=https://host.com/cgi-bin/Odhttp.dll>
</applet>
<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=https://host.com/cgi-bin/libOMhttp.so>
</applet>