I was wondering if anyone uses haproxy for http -> ajp (tomcat) load-balancing. I often use haproxy for http -> http, but I was just wondering what would need to happen for the incoming http(s) request to get translated into ajp and forwarded to tomcat's ajp connector rather than the http connector.
If not, I suppose I could do the http -> ajp conversion in apache httpd, and place haproxy in between the httpd process and multiple tomcat backends using tcp mode rather than http mode. I've no specific need for this yet, per se. Just curious. Thanks, PH == Paul Hirose

