John C
John C

Reputation: 1835

Tomcat 7 Load Balancing

Looking to implement Load balancing for two Tomcat 7 instances each on a different machine & two other Tomcat 7 instances on a different machine serving two different purpose.

On Machine 1, will have two Tomcat instances TomA.1 & TomB.1 running on different ports On Machine2, will have two Tomcat instances TomA.2 & TomB.2 running on different ports

Now TomA.1 & TomA.2 needs to be run in LoadBalanced fashion & similarily TomB.1 & TomB.2 needs to be run in LoadBalanced fashion.

Would highly appreciate if anyone can point to the best practices & which Apache module to use as a load balancer.

Upvotes: 1

Views: 1923

Answers (1)

Related Questions