HTTP connector 是Tomcat默认设置的 , 可直接使用. This
connector features the lowest latency and best overall performance.
为支持集群, a HTTP load balancer with support for web sessions stickiness
must be installed to direct the traffic to the Tomcat servers. Tomcat 支持 mod_proxy
(在 Apache HTTP Server 2.x 版本中可用, Apache HTTP Server 2.2 默认自带) 作为负载均衡器.
It should be noted that the performance of HTTP proxying is usually lower than the
performance of AJP, so AJP clustering is often preferable.