How do I set up a load balancer for the VM Bridge cluster?
Set up the VM Bridge cluster as described below. The example uses two nodes named “carlos” and “diego”. The HTTP server front end runs on the web server “timon”. Install Apache 2.2.0 or higher. Enable proxy_module and proxy_balancer_module. The following example is for Linux (lines marked with “+” should be added to the conf/httpd.conf file): LoadModule rewrite_module modules/mod_rewrite.so + LoadModule proxy_module modules/mod_proxy.so + LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule cache_module modules/mod_cache.so Add the following code to the bottom of your conf/httpd.conf file: ProxyPass /JavaBridge balancer://mycluster maxattempts=2