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
> us
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