Tagged Questions
4
votes
2answers
578 views
Is there an implementation of AJP protocole in Java?
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 ...