I have a set of regular webapps where I successfully deployed HA Proxy as a front end http load balancer. However, there are some additional apps thrown in the mix that run within a JBoss cluster. These are separate but they are all part of the same product set.
Based on some research, mod_cluster seems to be the choice for load-balancing JBoss clusters. The question is: is there a way to integrate HA Proxy with mod_cluster? How should I go about load balancing a JBoss cluster? Is there a point to using mod_cluster and HA Proxy or can either of those do the job well enough? I am extremely new to this, and I've only been playing around with HA Proxy for a few weeks, so my question may have a dead simple answer that I am missing. Cheers, Ahmed

