From Apache, you can use the "mod_jk" module to send http requests to Tomcat using the "AJP" protocole, which is far more efficient that http itself.
I want to do the same, but from a Java program. I want to use "AJP" because of its good performances (and Tomcat is not bad after all).
Of course, "google is my friend" (but I didn't find what I was looking for).
So my question is :
Do someone know about a Java implementation of the client side of "AJP" ?