简体   繁体   English

负载平衡器与Healt检查JBoss 7.1或Apache

[英]Load Balancer with Healt Check for JBoss 7.1 or Apache

I need to set up a high availability solution for 2 servers JBoss 7.1 or Apache , I read the documentation and I find mod_cluster and ajp but they don't have health check. 我需要为2台服务器JBoss 7.1Apache设置高可用性解决方案,我阅读文档并找到mod_clusterajp但它们没有运行状况检查。

Need to assemble a solution with 2 servers JBoss and 2 load balancers. 需要使用2台JBoss服务器和2台负载均衡器组装解决方案。

Which solution for Load Balancer you recommend to me? 您向我推荐哪种Load Balancer解决方案?

The answer is mod_cluster. 答案是mod_cluster。 Currently 1.3.1.Final . 目前1.3.1.Final

  • loadbalancing with load calculated on the worker nodes 使用在工作节点上计算的负载进行负载平衡
  • High-Availablity in conjunction with worker clustering 与工作人员聚类相结合的高可用性
  • before the worker is contacted, either AJP cping/cpong logic takes place or OPTIONS method is sent (in case of HTTP(S)) in order to assert worker's availability 在联系工作人员之前,发生AJP cping / cpong逻辑或发送OPTIONS方法(在HTTP(S)的情况下)以断言工作人员的可用性
  • seamless failover 无缝故障转移
  • sticky sessions fine tuning 粘性会话微调
  • one worker could be connected to more balancers 一个工人可以连接到更多的平衡器
  • workers configure available application contexts with the Apache load balancer automatically via a special set of configuration messages 工作人员通过一组特殊的配置消息自动配置Apache负载均衡器的可用应用程序上下文

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM