Re: mod_proxy not redirecting servlet redirect properly

2013-12-08 Thread Ponmani
thank you Jesse...This solved the problem :) From: Jesse Barnum To: Tomcat Users List ; Ponmani Sent: Friday, 6 December 2013 4:43 AM Subject: Re: mod_proxy not redirecting servlet redirect properly I think the problem is yourProxyPassReverse. Instead of

Re: mod_proxy not redirecting servlet redirect properly

2013-12-05 Thread Jan Vávra
Hello, is really cutting of the /myapp the thing you want to do? Isn't it turned-up? Now from url http://myip/myapp/smthg you redirect client to http://myip/smthg You wrote : "In one of the servlets POST method i am redirecting the request to a JSP page" So the scenatio is. 1. client makes

Re: mod_proxy not redirecting servlet redirect properly

2013-12-05 Thread André Warnier
Konstantin Kolinko wrote: 2013/12/5 Ponmani : Hi I am very new to mod_proxy. Gone thru some tutorials and configured mod_proxy. Everything works great except this issue. Couldn't solve even after spending hrs in googling. Issue is - I have apache 2 in front of tomcat 6 (running in port 808

Re: mod_proxy not redirecting servlet redirect properly

2013-12-04 Thread Konstantin Kolinko
2013/12/5 Ponmani : > Hi > > > > I am very new to mod_proxy. Gone thru some tutorials and configured > mod_proxy. Everything works great except this issue. Couldn't solve even > after spending hrs in googling. Issue is - I have apache 2 in front of tomcat > 6 (running in port 8080) in my interne

mod_proxy not redirecting servlet redirect properly

2013-12-04 Thread Ponmani
Hi I am very new to mod_proxy. Gone thru some tutorials and configured mod_proxy. Everything works great except this issue. Couldn't solve even after spending hrs in googling. Issue is - I have apache 2 in front of tomcat 6 (running in port 8080) in my internet website. I am using mod_proxy t