Hi,
we encounter some strange errors with our apache (v2.2) fronting 4 tomcat
(v5.5) server.
We are loadbalancing with sticky sessions to our tomcats. Everything runs fine
beside the fact that 0.1% of all requests get a 503 http status code. The rate
raises under load, but it is at least 0.1
Hi,
it seems this problem is more related to apache and not to tomcat. There might
be a race condition with HTTP keepalive.
I will ask my questions on the apache mailing list.
kind regards
Janning
On Wednesday 25 March 2009 10:51:55 Janning Vygen wrote:
> Hi,
>
> we encounter som