|
Home > Archive > WebSphere HTTP Server > August 2005 > how to integrated HTTPserver and websphere
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to integrated HTTPserver and websphere
|
|
| mansnee 2005-08-24, 4:17 am |
| Hi,
I am new to this websphere. I had a query, How to avoid port number in the url.
for example: www.abc.com:9080/abc.
in that i want to avoid 9080 when ever i typed www.abc.com
it will come directly and i don't want to show my port number in the link. as www.abc.com and the site will come. How to do it. | |
| Sunit Patke 2005-08-24, 6:44 pm |
| That can be achieved by two ways:
1. Recommended way is to put a webserver in front of WAS. IBM HTTP server is
shipped free with WAS.
2. Make your webcontainer listen on port 80.
Sunit
"mansnee" <mansnee.1u9r53@mail.webservertalk.com> wrote in message
news:mansnee.1u9r53@mail.webservertalk.com...
>
> Hi,
>
> I am new to this websphere. I had a query, How to avoid port number in
> the url.
>
> for example: www.abc.com:9080/abc.
> in that i want to avoid 9080 when ever i typed www.abc.com
> it will come directly and i don't want to show my port number in the
> link. as www.abc.com and the site will come. How to do it.
>
>
>
> --
> mansnee
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message1176870.html
|
|
|
|
|