You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Boulay Arnaud <ab...@sopragroup.com> on 2004/11/25 17:54:12 UTC

hard load balancing problem

Hello , a specific jk2+lb question please.
 
Says that I have apache HTTP + 2 Tomcats Workers.
 
Each workers is defined in lb group and manage the same webapp.
- It works fine in optimal context (2 Tomcat + Apache run).
- It works fine in 1 tomcat crash.
 
But the problem is when the webapp is stopped (by manager for ie.) on one worker.
The query is send to both tomcat even to the one that have no webapp available and so, the answer to the client is a nice 404 HTTP Error code.
IMHO, it's because that jk2 don't parses the http answer.
Is there some issue please ?
Regards, Arnaud