Hello Mladen,

no, the redirect domain feature don't work for me.

Here my configuration:

worker.list=lb,status

worker.node1.port=9012
worker.node1.host=localhost
worker.node1.type=ajp13
worker.node1.disabled=true
worker.node1.domain=B

worker.node2.port=9022
worker.node2.host=localhost
worker.node2.type=ajp13
worker.node2.disabled=false
worker.node2.domain=A
worker.node2.redirect=B

worker.node3.port=9032
worker.node3.host=localhost
worker.node3.type=ajp13
worker.node3.disabled=false
worker.node3.domain=A
worker.node3.redirect=B

worker.lb.balance_workers=node1,node2,node3
worker.lb.type=lb

worker.status.type=status

Both described szenarios (last email) don't work with the domain redirect config.

Peter

Mladen Turk schrieb:

Peter Rossbach wrote:

Morning Mladen,

I have build with newest patch and the redirect working well. Thanks :-)


Great.

But the same szenario with domains don't work


You will still need the redirect for hot-standby to work. It's just like for workers, except that instead worker name the domain is used, so you can have multiple failover boxes.


worker.node1.domain=A worker.node1.redirect=B

worker.node2.domain=A
worker.node2.redirect=B

worker.node3.domain=B


Tell me if it's work.

Mladen.

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







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



Reply via email to