load balancing in Tomcat

Posted by Alvin on Stack Overflow See other posts from Stack Overflow or by Alvin
Published on 2010-05-26T21:15:01Z Indexed on 2010/05/26 21:21 UTC
Read the original article Hit count: 220

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about tomcat