On servers with multiple ipadresse how do I configure a profile that starts a fabric container on a specific address?
I have figured out the following to configure ssh and pax web:
ssh -> org.apache.karaf.shell/sshHost =
But I can not find any setting for JMX and hostname in org.apache.karaf.management ( only the port numbers ).
For a faric server i haven't for any setting for the hostname for the registry ( zookeeper at port 2181 ).
So my goal is to have this configuration when using netstat:
ssh - TCP 10.0.0.5:8101
web - TCP 10.0.0.5:8181
rmiServer - TCP 10.0.0.5:44444
rmiRegistry - TCP 10.0.0.5:1099
zookeeper - TCP 10.0.0.5:2181
By default these all listen to 0.0.0.0
In org.apache.karaf.management you can specify the jmx url using the property serviceUrl.