For what I understand it fails when trying to register the webconsole
servlets for the second time (node1's were registered succesfully, node2
fails), the error is "alias already in use" .
To solve that I thought I could try registering node2 webconsole servlets
(/gogo, /features, etc) with different alias, but then, reading ServerModel
code, I realized that if I do that it will also fail throwing the error:
throw new ServletException("servlet already registered with a different
alias");
I don't know what else to try, any idea?
Thanks
--
View this message in context:
http://karaf.922171.n3.nabble.com/Cellar-Load-balancer-setup-tp4049717p4049843.html
Sent from the Karaf - User mailing list archive at Nabble.com.