Glenn Nielsen wrote:
Now that local worker is gone from mod_jk how can you configure
two app servers where you want one to be the primary and the
second one to be used for automatic failover only if the primary
is in an error state?

Use 'disabled' flag for standby worker with 'redirect' to that worker.

worker.w1.disabled=False
worker.w1.redirect=w2

worker.w2.disabled=True


You can even redirect to the 'domain' or group of workers.


Regards, Mladen.

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



Reply via email to