Yes, thats the case.

I think I'm confused, what I'm trying to do is the following:

           load-balancer
                                
        node1          node2
        

Requests are made to load balancer:
load-balancer:8181/system/console

And then the requests are proxied to node1 or node2

And if one of the nodes (1 or 2) dies, all requests go to the other.

Do I need more then one cluster group to achieve that?
Do I need to install webconsole on the load-balancer?

I have tried with 1 group (default), did the following:

in the 3 nodes:
feature:install http
feature:install http-whiteboard
feature:repo-add cellar
feature:install cellar

Then, in one of the nodes I did:
cluster:feature-install default cellar-http-balancer

Finally I installed webconsole only on node1.

The problem there is that if node1 dies and I do
load-balancer:8181/system/console I get a Connection timed out error.

How can I solve that?

Thank you for your time!



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Cellar-Load-balancer-setup-tp4049717p4049847.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to