load balancing in Tomcat

Posted by Alvin on Server Fault See other posts from Server Fault or by Alvin
Published on 2010-05-26T21:15:01Z Indexed on 2010/06/06 8:02 UTC
Read the original article Hit count: 456

Filed under:
|
|
|

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.

© Server Fault or respective owner

Related posts about tomcat

Related posts about java