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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 328
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 157
Chapter 5: HTTP Tunneling of J2EE
5-4
(1) For Interstage HTTP Server
http://ipv4address_host-name/url-name
http://ipv4address_host-name:Port_number/url-name
https://ipv4address_host-name/url-name
https://ipv4address_host-name:Port_number/url-name
(2) For other than Interstage HTTP Server
http://IPv4-address-host-name/cgi-identification-name/gateway-name
http://IPv4-address-host-name:Port_number/cgi-identification-
name/gateway-name
http://[IPv6-address]/cgi-identification-name/gateway-name
http://[IPv6-address]:Port_number/cgi-identification-name/gateway-name
https://IPv4-address-host-name/cgi-identification-name/gateway-name
https://IPv4-address-host-name:Port_number/cgi-identification-
name/gateway-name
When using an address in the IPv6 format, it needs to be enclosed by square brackets ("[" and "]").
In addition, in an IPv6 environment, since the SSL function cannot be used, ‘https’ cannot be
specified.
An example of describing argument (-D) in the command line is shown below.
(1) For Interstage HTTP Server
java -DHTTPGW=http://host.com/od-httpgw SampleClient
(2) For other than Interstage HTTP Server
java -DHTTPGW=http://host.com/cgi-bin/ODhttp.dll SampleClient
java -DHTTPGW=http://host.com/cgi-bin/libOMhttp.so SampleClient
Page view 157
1 2 ... 153 154 155 156 157 158 159 160 161 162 163 ... 327 328

Comments to this Manuals

No comments