Hi Christian,
sorry, I wrote my last answer too sloppy. I did follow the link and the advice
listed in there. I changed my org.apache.karaf.management.cfg to:
--- snip ---
#
# Port of the registry for the exported RMI service
#
rmiRegistryPort = 1099
#
# Port of the actual RMI server
#
rmiServerPort = 44444
#
# The service URL for the JMXConnectorServer
#
serviceUrl =
service:jmx:rmi://localhost:${rmiServerPort}/jndi/rmi://localhost:${rmiRegistryPort}/karaf-${karaf.name}
--- snip ---
Still the URL
jmx:rmi://ip_to_server:44444/jndi/rmi://ip_to_server:1099/karaf-root doesn't
work for me. In the meantime I also tried "telnet ip_to_server 44444" which
gives me a successful connection, so I can quite safely say that this port
isn't blocked by any firewall either.
Regards,
Stefan