문제

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.

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top