I have 2 instances of Tomcat 7.0 on the same host with two manager apps (different ports) and two AJP connectors
On different ports. Apache 2.4 is providing the load balancing and when I stop one instance of Tomcat, it fails over To the other instance. My question is should I have to stop one instance of the Tomcat server to fail over or can I simply just Stop the application in one instance using the Tomcat manager ( or undeploy for that matter)? If I have to stop the Tomcat Instance completely would I just install the new war file to that instance and restart with auto deploy? And then repeat this Procedure on the other node? Thanks in advance Charlie