Well since I don't understand German, I don't konw how he tested.
However in my stress testing which lots of static and JSPs, I found
Apache + mod_jk performance is a littlle higher than TOMCAT only. I
configured Apache with mod_cache.
So I think only handling JSPs, TC only could be better than Ap
proxy_ajp is mod_jk successor in Apache2.1/2.2 core.
You can find more info:
http://httpd.apache.org/docs-2.1/mod/mod_proxy.html
http://httpd.apache.org/docs-2.1/mod/mod_proxy_ajp.html
http://httpd.apache.org/docs-2.1/mod/mod_proxy_balancer.html
Thx, Xuekun
On 8/17/05, Christine Ho <[EMAIL PROTE
Hi,
>From performance point, which connector will be used for TOMCAT
intergration with Apache? proxy_ajp or mod_jk?
I read some docs which said mod_jk should have better performance than
proxying. While proxy_ajp in Apache2.1 is an addition to the mod_proxy
and uses Tomcat's AJP protocol stack. S
I sent this email to users@httpd.apache.org, however no one answers.
So I hope someone in this mailing-list could help me the below
questions.
Thx, Xuekun
-- Forwarded message --
From: Xuekun Hu <[EMAIL PROTECTED]>
Date: Aug 12, 2005 8:05 PM
Subject: How to configure pro