简体   繁体   中英

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.

Need to assemble a solution with 2 servers JBoss and 2 load balancers.

Which solution for Load Balancer you recommend to me?

The answer is mod_cluster. Currently 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
  • 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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