On Thu, Mar 11, 2010 at 9:12 AM, Milan Tomic <tomicmi...@yahoo.com> wrote:
>
>
>> You can't tell Apache to use one type of reverse proxy until it stops
>> working then switch to another type.
>
> I wasn't trying this. My problem is: I have HTTPD as front end and 2 Tomcats 
> running different apps behind HTTPD. When one Tomcat runs out of memory, 
> HTTPD stops working and doens't forward requests to the other Tomcat. How can 
> I prevent this? If one Tomcat fails, HTTPD should continue forwarding 
> requests to the other Tomcat...

Stops working? You'll need to elaborate.  If one backend hangs you
might hit MaxClients, but otherwise the two backends don't have
anything to do with eachother.

Try posting logs, netstat, server-status, etc to illustrate the current problem.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to