I have machine A running Apache 2.2 (acting as load balancer) and 2 machines(B & C) both running Tomcat and Java Web Application on Windows 7 in a network. Is there any way I can check:
- If the Web application is down but the Tomcat is still running on Machine B and redirect the request to Machine C
Does this has to do with modifying the Tomcat or Apache 2.2 config? I have read Is Tomcat running? but couldnt find any information. Thanks.