User guide

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