apache to tomcat: mod_jk vs mod_proxy

前端 未结 4 1209
闹比i
闹比i 2020-11-29 16:35

What are the advantages and disadvantages of using mod_jk and mod_proxy for fronting a tomcat instance with apache?

I\'ve been using mod_jk

4条回答
  •  迷失自我
    2020-11-29 17:04

    If you wish to stay in Apache land, you can also try the newer mod_proxy_ajp, which uses the AJP protocol to communicate with Tomcat instead of plain old HTTP, but which leverages mod_proxy to do the work.

提交回复
热议问题