Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Guía de usuario Pagina 160

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 328
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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>
Vista de pagina 159
1 2 ... 155 156 157 158 159 160 161 162 163 164 165 ... 327 328

Comentarios a estos manuales

Sin comentarios