Mod jk Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=Overview=
=Overview=


mod_jk is an Apache httpd module designed to proxy and load balance HTTP requests into a Tomcat backend. 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.
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.

Revision as of 01:18, 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.