Re: mod_jk balancer and failure detection

2007-10-04 Thread Peter Rossbach
Hi, Look at Java Service Wrapper project. I think you can extend there logging trigger filter API. http://wrapper.tanukisoftware.org/doc/english/prop-filter-x-n.html As you detect the OME then you can use the jkstatus mod_jk interface to deactivate the worker from list. http://tomcat.ap

mod_jk balancer and failure detection

2007-10-04 Thread Giampaolo Capelli
hi there everyone, I'm new to the list. I would like mod_jk to detect when the Tomcat JVM got into an OutOfMemoryException so that mod_jk avoid to forward request to that Tomcat. If I'm not wrong, it could happen that the mod_jk balancer forward a request to a JVM in such a state, since the m