Need help regarding removing port number from URL

2011-08-26 Thread Shanmukha Venkata Sri ChandraSekhar Nallapati
Hi, I need a help regarding removing port number from URL. For example: Supposing my URL is, http://abcd.com:4040/context-path/gui/. I wish Apache Tomcat to handle the request on same tomcat process, when using the url: http://abcd.com/context-path/gui/. Please help me how i can achieve this and

Re: Need help regarding removing port number from URL

2011-08-26 Thread Pid
On 26/08/2011 17:02, Shanmukha Venkata Sri ChandraSekhar Nallapati wrote: Hi, I need a help regarding removing port number from URL. For example: Supposing my URL is, http://abcd.com:4040/context-path/gui/. I wish Apache Tomcat to handle the request on same tomcat process, when using the