Re: Display URL without port

2009-02-04 Thread André Warnier
Randir, in the last few days you have been posting several questions to this list (and, unless I am mistaken, also on Apache httpd's). You have received some well-intentioned answers, and a few rather curt ones. The reason for that is, that from your questions it sounds pretty much as if you a

Re: Display URL without port

2009-02-04 Thread Kees de Kooter
Dear Rhandir, Why are you asking this question again today? I already answered the exact same question with a solution similar to Gregor's yesterday. Please do not pollute this mailing list. Cheers, Kees de Kooter http://www.boplicity.net On Wed, Feb 4, 2009 at 11:14, wrote: > We are using

Re: Display URL without port

2009-02-04 Thread Gregor Schneider
Randhir, I presume that both Apache HTTPD and Tomcat are located on the same machine? Note that the default port for HTTP-protocol is port 80. As I've written in one of my previous posts, only one application can be bound to a port, meaning when Apache HTTPD and Tomcat are both located on the sam

Display URL without port

2009-02-04 Thread randhir . singh
We are using both apache and tomcat in our environment. I wanted information on how to display a URL without port. In, our live environment, when we say http://reselleraccount.directonpc.com, it automatically takes it as http://reselleraccount.directonpc.com:10080. We are migrating to new server. I