Re: tomcat 6.0.35 with java 7 ssl proxy request body failed

2012-11-27 Thread Johanes Soetanto
On 26 November 2012 18:22, Mark Thomas ma...@apache.org wrote: Johanes Soetanto otnat...@gmail.com wrote: Hi all, I am wondering whether there is a known issue with running Tomcat 6.0.35 with Java 7 ? None I can think of. I see lots of (502)Unknown error 502: proxy: pass request body

Re: tomcat 6.0.35 with java 7 ssl proxy request body failed

2012-11-26 Thread Konstantin Kolinko
2012/11/26 Johanes Soetanto otnat...@gmail.com: Hi all, I am wondering whether there is a known issue with running Tomcat 6.0.35 with Java 7 ? 1. There certainly were fixes in Tomcat 7. I am not sure whether all of them they were backported to Tomcat 6 or not. I think you would have better

Re: tomcat 6.0.35 with java 7 ssl proxy request body failed

2012-11-26 Thread Johanes Soetanto
On 26 November 2012 21:05, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/11/26 Johanes Soetanto otnat...@gmail.com: Hi all, I am wondering whether there is a known issue with running Tomcat 6.0.35 with Java 7 ? 1. There certainly were fixes in Tomcat 7. I am not sure whether all

Re: tomcat 6.0.35 with java 7 ssl proxy request body failed

2012-11-25 Thread Muz
On 26 November 2012 14:28, Johanes Soetanto otnat...@gmail.com wrote: Unknown error 502 Hi Johanes, What are your proxypass settings? Thanks, Muz

Re: tomcat 6.0.35 with java 7 ssl proxy request body failed

2012-11-25 Thread Johanes Soetanto
Hi Muz, We use RewriteRule instead of ProxyPass which works. RewriteRule /app(.*)$ https://127.0.0.1:8443/app$1 [P,L] I have even changed this to use ProxyPass but without any noticeable difference ProxyPass /app https://127.0.0.1:8443/app ProxyPassReverse /app https://127.0.0.1:8443/app

Re: tomcat 6.0.35 with java 7 ssl proxy request body failed

2012-11-25 Thread Mark Thomas
Johanes Soetanto otnat...@gmail.com wrote: Hi all, I am wondering whether there is a known issue with running Tomcat 6.0.35 with Java 7 ? None I can think of. I see lots of (502)Unknown error 502: proxy: pass request body failed.. error in our Apache log after running our Tomcat with Java 7.