Hey Certus, I've just given the code a look. I'm not so sure if the -b option is exactly what you like in this case. BUT we can add another parameter, a rmiRegisteryHost (this have to be done in org.apache.karaf.management.RmiRegistryFactory. In addition the blueprint and config have to be updated. I assume that the felix webclient also have to be updated for this. Can you please create a feature request JIRA issue?
Kind regards, Andreas On Thu, Apr 21, 2011 at 6:36 PM, Certus Technology <[email protected]> wrote: > Achim, > > Thanks for the suggestion. I have tried a couple of things: > > Setting -b 10.0.0.1 as a jvm argument prevents the jvm from starting. > Unrecognized option: -b > > Passing -b 10.0.0.1 to the karaf main (org.apache.karaf.main.Main) has no > effect on which IP addresses the rmiRegistryPort binds to. > > Can you clarify what you mean? > > Regards > > Rob > > On 21/04/11 16:58, Achim Nierbeck wrote: >> >> There is just one thing that comes to my mind, when staring the jvm >> you can tell wich ip address to bind on through the -b param >> e.g. -b0.0.0.0 does bind on all interfaces on the server. it might be >> possible by configuring this through the system.properties or you >> might >> need to change the startup skript for that. >> >> regards, Achim > > > -- > Certus Technology Associates Limited. > http://www.certus-tech.com > > >
