1 Reply Latest reply on Dec 5, 2012 4:41 AM by iocanel

    Fabric container on a given ipaddress

    yngve2

      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