0

Is it possible to design a load balancer using Apache Httpd with mod_cluster and Tomcat only (No JBossAS or JBossWeb)?

code13
  • 173
  • 3
  • 9

1 Answers1

1

After reading various articles I tried out myself and it's possible to build a load balancer using Apache Httpd, mod_cluster and Tomcat.

Following are the links which helped me a lot.

http://docs.jboss.org/mod_cluster/1.1.0/html/

http://www.devx.com/Java/Article/48086/0/page/2

http://community.jboss.org/thread/160494

Shawn
  • 125
  • 6
code13
  • 173
  • 3
  • 9