AJP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
AJP stands for Apache | AJP stands for Apache JServ Protocol. It is a binary protocol used by a httpd proxy to send requests to a backend application server, such as [[Tomcat]] or [[WildFly]]. AJP is an optimized version of the HTTP protocol. It is packet-oriented. A binary format was presumably chosen over the more readable plain text for reasons of performance. |
Latest revision as of 18:04, 10 May 2017
Internal
Overview
AJP stands for Apache JServ Protocol. It is a binary protocol used by a httpd proxy to send requests to a backend application server, such as Tomcat or WildFly. AJP is an optimized version of the HTTP protocol. It is packet-oriented. A binary format was presumably chosen over the more readable plain text for reasons of performance.