`
xiemingmei
  • 浏览: 207437 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

AJP概念

阅读更多
AJP是Apache JServ Protocol的缩写,是Web服务器与java应用服务器之间的通信协议。

The Apache JServ Protocol (AJP) is a binary protocol that can proxy inbound requests from a web server through to an application server that sits behind the web server. It also supports some monitoring in that the web server can ping the application server. Web implementors typically use AJP in a load-balanced deployment where one or more front-end web servers feed requests into one or more application servers. Sessions are redirected to the correct application server using a routing mechanism wherein each application server instance gets a name (called a route).

AJP runs in Apache HTTP Server 1.x using the mod_jk plugin and in Apache 2.2 using the provided Proxy AJP, mod_proxy and proxy balancer modules together. The Apache server is written in C and the application-server end is generally written in Java.

Both the Apache Tomcat servlet container as well as the Jetty servlet container support AJP. The WebObjects application server can run (without a servlet deployment) using the LEWOAJPAdaptor from LEWOStuff.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics