You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mohan2005 <mo...@roomsnet.com> on 2008/01/16 08:30:02 UTC

Can we use the balance_members attribute

Hello 
I saw this in http://people.apache.org/~mturk/docs/article/ftwai.html

But does not see the balance_members attribute in workers.properties
documentation.
Is it valid ?

 worker.node1.type=ajp13
    worker.node1.host=10.0.0.10
    worker.node1.lbfactor=1
    
    worker.node2.type=ajp13
    worker.node2.host=10.0.0.11
    worker.node2.lbfactor=2

    worker.node3.type=ajp13
    worker.node3.host=10.0.0.12
    worker.node3.lbfactor=1
    
    worker.list=lbworker
    worker.lbworker.type=lb
    worker.lbworker.balance_members=node1,node2,node3    

Thanks

Regards
Mohan
-- 
View this message in context: http://www.nabble.com/Can-we-use-the-balance_members-attribute-tp14871671p14871671.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Can we use the balance_members attribute

Posted by Mohan2005 <mo...@roomsnet.com>.
Thank you.

So the only way you can do "domain" wide fail-over is by using the  "domain"
name given in worker.node1.domain="A" in the Jboss server.xml's jvmRoute ?

And there are no attributes in the workers.property file to do that ?

Regards
Mohan


Mohan2005 wrote:
> 
> Hello 
> I saw this in http://people.apache.org/~mturk/docs/article/ftwai.html
> 
> But does not see the balance_members attribute in workers.properties
> documentation.
> Is it valid ?
> 
>  worker.node1.type=ajp13
>     worker.node1.host=10.0.0.10
>     worker.node1.lbfactor=1
>     
>     worker.node2.type=ajp13
>     worker.node2.host=10.0.0.11
>     worker.node2.lbfactor=2
> 
>     worker.node3.type=ajp13
>     worker.node3.host=10.0.0.12
>     worker.node3.lbfactor=1
>     
>     worker.list=lbworker
>     worker.lbworker.type=lb
>     worker.lbworker.balance_members=node1,node2,node3    
> 
> Thanks
> 
> Regards
> Mohan
> 

-- 
View this message in context: http://www.nabble.com/Can-we-use-the-balance_members-attribute-tp14871671p14883389.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Can we use the balance_members attribute

Posted by Mladen Turk <mt...@redhat.com>.
Mohan2005 wrote:
> Hello 
> I saw this in http://people.apache.org/~mturk/docs/article/ftwai.html
> 
> But does not see the balance_members attribute in workers.properties
> documentation.
> Is it valid ?
> 

It's a typo. It should be balance_workers.
Already fixed the doc.


Thanks for spotting that :)
-- 
™

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org