Hi Michael,

Michael Huettermann schrieb:
> The whole system is on my desktop:
> Apache/2.0.55 (Win32) mod_jk/1.2.17 

when using Apache 2 depending on the used MPM the worker cachesize
should not be "1":

> worker.node1.cachesize=1
> #worker.node2.cachesize=1

If your MPM is "prefork", then "1" is actually OK, but if it is "worker"
you set it to the number of threads per process. In fact mod_jk when
used with Apache determines this value automatically during startup :)

You should only use it in case of worker MPM and if you really know a
good reason to make the cache smaller than the number of threads.

Rainer

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to