In Apache, you can use the mod_jk module to send HTTP requests to Tomcat using the AJP protocol, which is much more efficient than HTTP itself.
I want to do the same, but from a Java program. I want to use "AJP" because of its good features (and Tomcat is not bad in the end).
Does anyone know of a Java implementation on the client side of AJP?
Zappa
source
share