On 16/02/2013 2:44 AM, "jitesh dundas" <jbdundas@xxxxxxxxx> wrote:
>
> Hi Everyone,
>
> I am trying to setup the Apache HTTP Server to handle requests from my Tomcat 7 application.
> So for example any URL -> http://sonar.it.xyz.com should actually handle requests from the application:-
>
> http://tomcat:81/sonar .
>
> I used Proxypass and ReverseProxyPass for this and it seems to be handling requests from http://sonar.it.xyz.com/sonar but not http://sonar.it.xyz.com
>
> In short, I wanted to remove the /sonar part from the URL ..I have a virtualhost defined to handle this.
>
> Thanks & Regards,
> Jitesh Dundas
>
> Phone - 732-357-6292
>
Show us the statements you used