You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by salmon_ok <sa...@163.com> on 2014/02/20 03:28:51 UTC

Re: Karaf 3.0.0.RC1 - RMI

i hava meet the same probleam,how to resolve?



--
View this message in context: http://karaf.922171.n3.nabble.com/Karaf-3-0-0-RC1-RMI-tp4029183p4031842.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.

Re: Karaf 3.0.0.RC1 - RMI

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

Address 0.0.0.0 means binding listening port to all available network interface on your machine by default, however some machine(firewall configuration and what not) doesn't allow this, you can edit
etc/org.apache.karaf.management.cfg
this line
serviceUrl = service:jmx:rmi://0.0.0.0:${rmiServerPort}/jndi/rmi://0.0.0.0:${rmiRegistryPort}/karaf-${karaf.name}
to change 0.0.0.0 to whatever address works for you.

-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat



On 2014-2-20, at 上午10:28, salmon_ok wrote:

> i hava meet the same probleam,how to resolve?
> 
> 
> 
> --
> View this message in context: http://karaf.922171.n3.nabble.com/Karaf-3-0-0-RC1-RMI-tp4029183p4031842.html
> Sent from the Karaf - Dev mailing list archive at Nabble.com.