load balancing in Tomcat
- by Alvin
Hi All,
I want to implement the load balancing in tomcat 6.0 so that we can create more than one instance of a tomcat and when any of the instance is down then other instance will run our application. so that our application will never be down even when the large number of concurrent request comes.
But i have no idea to implement it. Please give your precious suggestions.