Repository: karaf Updated Branches: refs/heads/master 33ebe5e3a -> 7a8924cc3
[KARAF-3923]doc how to avoid opening RMI port if no need the remote JMX Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/7a8924cc Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/7a8924cc Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/7a8924cc Branch: refs/heads/master Commit: 7a8924cc389eb3bc2178110985743b0a4a203999 Parents: 33ebe5e Author: Freeman Fang <[email protected]> Authored: Thu Oct 22 16:22:44 2015 +0800 Committer: Freeman Fang <[email protected]> Committed: Thu Oct 22 16:22:44 2015 +0800 ---------------------------------------------------------------------- manual/src/main/webapp/users-guide/monitoring.conf | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/7a8924cc/manual/src/main/webapp/users-guide/monitoring.conf ---------------------------------------------------------------------- diff --git a/manual/src/main/webapp/users-guide/monitoring.conf b/manual/src/main/webapp/users-guide/monitoring.conf index d44b3da..23229e8 100644 --- a/manual/src/main/webapp/users-guide/monitoring.conf +++ b/manual/src/main/webapp/users-guide/monitoring.conf @@ -18,6 +18,12 @@ The JMX URL to use by default is: service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root {code} +If don't need the remote JMX at all, users can remove +{code} +-Dcom.sun.management.jmxremote +{code} +from bin/karaf|bin/karaf.bat to avoid opening the RMI listening port. + You have to provide an username and password to access to the JMX layer. The JMX layer user the security framework, and so, by default, it uses the users defined in {{etc/users.properties}}.
