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 wrote: > Johanes Soetanto 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 A

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 wrote: > 2012/11/26 Johanes Soetanto : >> 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

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

2012-11-26 Thread Konstantin Kolinko
2012/11/26 Johanes Soetanto : > 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 luck (and a fa

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

2012-11-25 Thread Mark Thomas
Johanes Soetanto 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. Once I chan

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 Joha

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 wrote: > Unknown error 502 Hi Johanes, What are your proxypass settings? Thanks, Muz

tomcat 6.0.35 with java 7 ssl proxy request body failed

2012-11-25 Thread Johanes Soetanto
Hi all, I am wondering whether there is a known issue with running Tomcat 6.0.35 with Java 7 ? 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. Once I change back Tomcat to use Java 6, I see no error at all. T