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
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
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
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
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
On 26 November 2012 14:28, Johanes Soetanto wrote:
> Unknown error 502
Hi Johanes,
What are your proxypass settings?
Thanks,
Muz
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