Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS User's Guide Page 160

  • Download
  • Add to my manuals
  • Print
  • Page
    / 328
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 159
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>
Page view 159
1 2 ... 155 156 157 158 159 160 161 162 163 164 165 ... 327 328

Comments to this Manuals

No comments