On 1/25/07, Erik R. Jensen <[EMAIL PROTECTED]> wrote:
I highly doubt mod_jk will be deprecated for Apache 2.2. There can be many problems using mod_proxy to serve up web applications from Tomcat including its inability to load balance. Apache 2.2 did add this feature to a new module, mod_proxy_ajp, but the mod_jk module is more efficient than mod_proxy and I've always been able to sustain higher loads with it.
Not true. You can load-balance with mod_proxy_balancer (http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html), as of apache 2.2. I use straight mod_proxy (not mod_proxy_ajp) to balance to my tomcat servers and it works great. -Bryan /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
