Is it possible to configure mod_jk to check node status by requesting a 
specific web application path to see if a cluster node is healthy (and should 
be included or excluded from the cluster)?

I have a web application that runs across multiple tomcat instances and any 
request be processed by any tomcat node. If an instance of the web app on one 
of the tomcat servers is not configured properly, I want the connector to 
exclude it from the cluster.

I have written a servlet that returns a status of 503 if something is wrong or 
200 if everything is okay.

Thanks,
Nathan Pilling

Reply via email to