The HTTP connector is setup by default with Tomcat, and is ready to use. A HTTP
load balancer with support for web sessions stickiness must be installed to
direct the traffic to the Tomcat servers.
Tomcat supports mod_proxy (included by default in Apache httpd 2.2) as the load
balancer. This version of mod_proxy can also be used with Apache httpd 2.0. It should
be noted that the performance of HTTP proxying is usually lower than the performance
of AJP, so AJP clustering is often preferable.