-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Conrad,

On 10/15/2009 9:44 AM, conrad-tomcat.users.2...@tivano.de wrote:
>> If you could post your httpd configuration for your worker/prefork stuff
>> AND your mod_jk configuration, it might be helpful.
> 
> ===workers.properties===

All that looks okay to me, though as Mark and Tsirkin suggest, you might
want to try using JkOptions +DisablResuse and if that works, set up a
connection timeout (which forces mod_jk connections to be destroyed
after a certain amount of time, just to clean things up).

> [...more workers with identical config except "host" and "domain"...]

Check out the "template" capabilities of later mod_jks. You might save
yourself a lot of typing if something changes in your worker configuration.

>  <Location /jkmanager/>
>                 JkMount jkstatus
>                 Order deny,allow
>                 Deny from all
>                 Allow from 10.207.69 10.64 192.168.7
>         </Location>

What does the jkstatus thing say when one of your app servers stops
responding? Anything in the mod_jk log file?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrXMboACgkQ9CaO5/Lv0PCbTACgj0fYf7l/sRjknzNcoAhq1EpI
NJkAn1KbbJ2IPbcARNyo1NNLf9XjVYcM
=pGnX
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to