apachejbossmod-cluster

mod_cluster application for load balancing in JBoss cluster


I have to create a system with JBoss in cluster modality with a load balancer using Apache HTTPD with mod_cluster.

I have configured the system correctly, and the load balancer see all nodes of the system. But, I have to create the web application for the load balancer now. It has to be a servlet or a REST service that has a reference to a remote bean and make a lookup with JNDI? Or is something different?

Can someone provide to me a reference to a documentation/tutorial that explain that?


Solution

  • mod_cluster is a Apache module that does the HTTP(S) load balancing. Read more here: http://mod-cluster.jboss.org/

    The whole application is installed in JBoss mod_cluster just does the load balancing.