Re: mod_jk not forwarding URI with escaped protocol string to Tomcat

2008-08-25 Thread tsaojk
Dear Rainer Thanks for the reply. Added "AllowEncodedSlashes On" and the problem with URI forwarding to Tomcat now resolved. I had to include within the VirtualHost directive though as I originally tried including it at the global level but did not seem to work. Applied your tips on mod_jk conf

mod_jk not forwarding URI with escaped protocol string to Tomcat

2008-08-25 Thread tsaojk
Hi Folks, I am experiencing an rather odd issue with mod_jk not forwarding from Apache to Tomcat for my web application. Basically, I have configured mod_jk to forward everything under a webapp to Tomcat and things are working fine for 'regular' URI's e.g. http://www.myhost.com/myApp/loginServl