Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Guide de l'utilisateur Page 147

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 328
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 146
HTTP Tunneling Setup
4-7
For IIS 6.0:
1. Select [Control Panel] > [Administrative Tools] > [Internet Information Services (IIS) Manager] to
start Internet Information Services (IIS) Manager.
2. Click the icon for the local computer, and then select the target Web site from Web Sites.
3. Click [Operation] > [Create New] > [Virtual Directory].
4. On the virtual directory creation wizard, click [Next].
5. Enter an alias name (e.g., cgi-bin) in the Alias field, and then click [Next].
6. Specify Interstage-installation-folder\ODWIN\bin\httpgw in the Path field, and then click [Next].
7. Check the "Execute ISAPI applications or CGIs" check box, and then click [Next].
8. Click [Finish].
9. Select Web Service Extensions.
10. Click [Operation] > [Add New Web Service Extension].
11. Enter an extension name in the Extension Name field.
12. Add Interstage-installation-folder\ODWIN\bin\httpgw\ODhttp.dll to Necessary Files.
13. Check the "Set extension status to permitted" check box.
14. Click [OK].
Writing HTML
To use HTTP tunneling in a Java applet, the parameter must be shown in the param tab of the applet tab
in the HTML file executed by the Java applet. For details of the parameter, refer to Setting up HTTP
Tunneling.
Following is an example of the HTML when a Java applet is used.
(1) For Interstage HTTP Server
<applet code="Sample.class" width=280 height=300>
<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>
(2) For InfoProvider Pro
<applet code=”Sample.class” width=280 height=300>
<param name=ORB_FJ_HTTP value=yes>
<param name=ORB_FJ_HTTPGW value=http:/host.com/cgi-
bin/libODhttp.dll>
</applet>
Vue de la page 146
1 2 ... 142 143 144 145 146 147 148 149 150 151 152 ... 327 328

Commentaires sur ces manuels

Pas de commentaire