| Prize Jose 2004-05-04, 2:33 pm |
| Hello,
I have a CICS application, being accessed from a Web Browser.
My URL format is http://cicst4:1744/webappl1
where 'cicst4' is an alias defined for host.
Now the problem is that all users has to enter the port number in the
URL.
Can I use IBM HTTP Server for a redirection ?
If the users enter the URL as http://cicst4/webappl1,
then HTTP Server must redirect the request as
'http://cicst4:1744/webappl1' under the covers.
(HTTP Server runs on Port 80)
I tried both 'proxy' and 'Redirect' statements in httpd.conf as
Redirect /cicst4/* http://cicst4:1744/*
I get the error message as
IMW0254E
Error 404
IMW0229E The file was not found, even after searching on any
extensions to the file name. The file does not exist or is
read-protected.
Thanks for any help
Prize
|