Am 25.04.2014 19:19 schrieb Paul Hirose:
I was wondering if anyone uses haproxy for http -> ajp (tomcat)
Dont go there, the proposed gains of AJP over HTTP are not relevant
today.
It's been a while so I dont have the numbers around any more, but we
did
some thorough testing of apache/ajp against nginx/http and unless you
have a very small link to the backend (tomcat/jboss) the overall
response
time differs only by academic measures.
BUT you need to test it, esp. for cases like https/http offloading. AJP
includes
some headers automatically and the web-container and application may
rely on that.