Implementation of AJP protocol in Java

孤人 提交于 2019-12-05 10:50:37

Doesn't the tomcat-ajp.jar present in %TOMCAT_HOME%/server/lib have the AJP implementation?

There's open source Apache ajp-client available if someone needs it:

This is a java implementation of an ajp13 client, allowing to send requests to a servlet container using this protocol.

Whithout any real idea, but have you looked into Tomcat's source code, yet? Maybe Tomcat doesn't just implement the receiving end of AJP.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!