diff --git manual/src/main/webapp/users-guide/index.conf manual/src/main/webapp/users-guide/index.conf index 9dd933a..37265b5 100644 --- manual/src/main/webapp/users-guide/index.conf +++ manual/src/main/webapp/users-guide/index.conf @@ -10,6 +10,7 @@ h1. Karaf Users Guide * [Security|security] * [Failover Deployments|failover] * [Logging system|logging-system] +* [Management|mnagement] * [Installing additional features|installing-features] * [Deployer|deployer] diff --git manual/src/main/webapp/users-guide/management.conf manual/src/main/webapp/users-guide/management.conf new file mode 100644 index 0000000..9303951 --- /dev/null +++ manual/src/main/webapp/users-guide/management.conf @@ -0,0 +1,9 @@ + +h1. Management + +h2. Configuration + +The default management configuration uses a property file located at {{[karaf-install-dir]/etc/org.apache.karaf.management.cfg}} to store the [JMX|http://download.oracle.com/javase/6/docs/technotes/guides/management/agent.html] connection settings. + +The default service URL is {{service:jmx:rmi://localhost:44444/jndi/rmi://localhost:1099/karaf-root}}. +In the URL above, {{44444}} is the port number on which the RMIServer and RMIConnection remote objects are exported and {{1099}} is the port number of the RMI Registry.