會員註冊 / 登入  |  電腦版  |  Jump to bottom of page

Web/Application Server » [Reference]用 Apache 幫 Tomcat 作 Load Balancing

發表人: andowson, 七段學員
2009-04-09 21:50:13
重點摘要
smilie Apache can be used to load balance Tomcat servers. This setup provides other useful features such as ‘Server affinity’ and safe removal of nodes for scheduled maintenance.
smilie Load balancing is recommended if transparent failover is not required. It is easy to setup load balancing and ‘server affinity’ with Apache.
smilie JMeter can be used to load test the configuration and to test the behaviour in case of a server crash.
smilie The load balancer can become the single point of failure. This can be reduced by using 2 load balancer and using round robin DNS to delegate request to more than one server.

參考資料
http://www.theserverside.com/tt/articles/content/LoadBalancingTomcatApache/article.html




會員註冊 / 登入  |  電腦版  |  Jump to top of page