Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Apache2 + mod_jk + Tomcat 4.1.24

Luiz Ricardo

2003-08-21


Hi,

I am having a problem with Apache2 + mod_jk + Tomcat 4.1.24 when my site
is under heavy load. Apache2 is configured to use worker MPM
(multi-threaded), mod_jk is configured to use cachesize and
cache_timeout and Tomcat 4.1.24 is with the following configuration in
server.xml:

...
  <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
         port="8009" minProcessors="16" maxProcessors="384"
         acceptCount="64" debug="0"/>
...

The problem is that Tomcat is not freeing its threads when the site is
under low traffic, the Apache2 threads are freed correctly. I would like
to know if someone has a tip to solve this problem because I have to
control the use of machine resources.

Luiz Ricardo

Luiz Ricardo


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.