Java中是否有AJP protocole的实现? [英] Is there an implementation of AJP protocole in Java ?

查看:256
本文介绍了Java中是否有AJP protocole的实现?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从Apache,你可以使用mod_jk模块使用AJPprotocole向Tomcat发送http请求,这比http本身效率更高。

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.

我想做同样的事情,但是来自Java程序。我想使用AJP,因为它的性能很好(毕竟Tomcat也不错)。

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).

有人知道客户端的Java实现 AJP?

Do someone know about a Java implementation of the client side of "AJP" ?

推荐答案

%TOMCAT_HOME%/ server / lib中存在的tomcat-ajp.jar是否具有AJP实现?

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

这篇关于Java中是否有AJP protocole的实现?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆