Mod jk Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html =Internal= =Overview=") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
=Internal= | =Internal= | ||
* [[httpd Load Balancing]] | |||
* [[httpd mod_jk JBoss Sizing]] | |||
=Overview= | =Overview= | ||
mod_jk is an Apache httpd module designed to proxy and load balance HTTP requests into a Tomcat backend over the [[AJP]] protocol. Functionally, it is similar to mod_proxy. However, being a specialized module, it only works with Tomcat and it is more efficient with proxying and load balancing than the general purpose mod_proxy. | |||
=Diagram= | |||
[[Image:httpd_mod-jk_tomcat.png]] |
Latest revision as of 01:36, 2 January 2017
External
Internal
Overview
mod_jk is an Apache httpd module designed to proxy and load balance HTTP requests into a Tomcat backend over the AJP protocol. Functionally, it is similar to mod_proxy. However, being a specialized module, it only works with Tomcat and it is more efficient with proxying and load balancing than the general purpose mod_proxy.