Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Load Balancing and failover
Now you are ready to setup the Load Balancer. You can use We recommend using Apache HTTP server and mod_jk to load balance between the two cluster membersfor this example.

Install Apache HTTP server - instructions and downloads available at http://httpd.apache.org/Image Added
Install Apache mod_jk - See http://tomcat.apache.org/tomcat-5.5-doc/balancer-howto.htmlImage Added

Configuration tips for mod_jk:
worker.list=loadbalancer,status
worker.node1.port=8009
worker.node1.host=your.first.cluster.member.host.name
worker.node1.type=ajp13
worker.node1.lbfactor=1

...