Re: Setting environment variable as bean property

2018-07-17 Thread glopez
Hi, I managed to do it with your help: http://www.osgi.org/xmlns/blueprint/v1.0.0; xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.2.0;> Thank you -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Setting environment variable as bean property

2018-07-16 Thread glopez
Hi, I'm trying to work with environment variables (export foobar="linuxvar"), this is what I have in my blueprint: When I try to access the "message" value inside the camel context I have no problem:

Re: [Cellar] Load balancer setup

2017-03-17 Thread glopez
Thanks for your reply and sorry to keep bothering :/ I think I understand what you say and I want to implement the scenario you described, in my case with 3 nodes instead of 5. I want to proxy from the load-balancer node to node1 or node2. So I guess in my case I should have node1 and node2 in

Re: [Cellar] Load balancer setup

2017-03-14 Thread glopez
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

Re: [Cellar] Load balancer setup

2017-03-13 Thread glopez
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

Re: [Cellar] Load balancer setup

2017-03-06 Thread glopez
Ok, let me know if you need anything from me. Thank you -- View this message in context: http://karaf.922171.n3.nabble.com/Cellar-Load-balancer-setup-tp4049717p4049760.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: [Cellar] Load balancer setup

2017-03-02 Thread glopez
Here is the log: karaf.log The only errors I see are when trying to register and when I try to access /system/console and node1 is down. It is a clean install. I could try setting log in DEBUG mode, not sure it would help at all

[Cellar] Load balancer setup

2017-03-02 Thread glopez
Hi, I've been reading from the following places: https://karaf.apache.org/manual/cellar/latest-4/ http://blog.nanthrax.net/2015/09/whats-new-in-apache-karaf-cellar-4-0-0/ I'm trying to make a 3 node cluster, 2 of the nodes (node1 and node2) having the webconsole feature installed locally and the