Hi Rainer,

Thanks for the hint. :)

Michael



-----Ursprüngliche Nachricht-----
Von: Rainer Jung [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 25. Juli 2006 20:39
An: Tomcat Users List
Betreff: Re: mod-jk loadbalancing: "Tomcat is down or refused connection. No 
response has been sent to the client (yet)"

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]


---------------------------------------------------------------------
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