Hello,I have an apache httpd with mod_jk that load balance requests
among two different tomcat servers.Today, one of the tomcat servers has
been rebooted and tomcat could not deploy the application since it
failed to find a configuration file. Please note that tomcat was
running correctly, only the application deploy failed.
The balancer could not understand that one of the servers was not to be
used: half of the requests were going to the misconfigured machines and
failed with 404 errors.
>From what I understood, the mod_jk protocol only allows to check it
tomcat is alive. Is it possibile to also check if an application is
deployed (giving a dedicated URL in the application context)?
Thank you,Giuseppe

Reply via email to