Am Mittwoch, den 08.06.2011, 08:41 +0200 schrieb Manuel Fernández
Panzuela:
> my setup:
> 
> # Define list of workers that will be used for mapping requests
> worker.list=loadbalancer43,status
> 
> # Definicion de plantilla
> worker.template43.port=8009
> worker.template43.type=ajp13
> worker.template43.lbfactor=1
> worker.template43.ping_timeout=1000
> worker.template43.socket_timeout=10
> worker.template43.ping_mode=A
> worker.template43.connection_pool_timeout=600
> 
> # NODO 43 m1g1
> worker.43m1g1.reference=worker.template43
> worker.43m1g1.host=xx.xx.xx.xx
> 
> # NODO 43 m2g1
> worker.43m2g1.reference=worker.template43
> worker.43m2g1.host=xx.xx.xx.xx
> 
> 
> # Balanceador correspodiente a todos los grupos
> worker.loadbalancer43.type=lb
> worker.loadbalancer43.balance_workers=43m1g1,43m2g1
> worker.loadbalancer43.sticky_session=1
> 
> 
> Now is balancing between 4 instances, but I need to work against 43m1g1 node.
I only see two instances.

> If 43m1g1 node fails, then petitions will be redirects to 43m2g1 node.
Look at http://tomcat.apache.org/connectors-doc/reference/workers.html
and search for activation and redirect properties.

You will have to add something like

worker.43m2g1.activation=d
worker.43m1g1.redirect=43m2g1

to your worker.properties.

Felix
> 
> Thank you
> 
> 
> 
> 
> 2011/6/7 Christopher Schultz <ch...@christopherschultz.net>
> 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Manuel.
> >
> > On 6/7/2011 12:38 PM, Manuel Fernández Panzuela wrote:
> > > I want to work with mod_jk in failover mode. I do not want to balancing
> > > petitions until the node 1 is unavailable. If principal node (node 1) is
> > > down, then petitions will be redirected to node 2.
> > >
> > > How I can do it?
> >
> > What have you tried so far?
> >
> > - -chris
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.10 (MingW32)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> >
> > iEYEARECAAYFAk3uaLUACgkQ9CaO5/Lv0PD6TACcC6239gZILU+6OGpT/xsh9F0I
> > 6osAmgLvY4GYifndETBYP3z5JbznRYal
> > =Jp0Z
> > -----END PGP SIGNATURE-----
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >



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

Reply via email to