Jess Holle wrote:
Mladen Turk wrote:

Is there a means of achieving background-only (or nearly so) testing of dead workers with mod_jk? That's what I'm looking for in both jk and mod_proxy_ajp connectors. I guess I was hoping/assuming it was there in mod_jk from reading the docs.


There is in the mod_jk (SVN trunk).
Add JkWatchdogInterval 60
This will create thread calling maintain each 60 seconds.
If you add
worker.xxx.connection_keepalive=60
it will fire a cping/cpong on all connections
in connection pool that were not used more then 60 seconds


Regards
--
^(TM)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to