Repository: incubator-unomi Updated Branches: refs/heads/master 8a0e83f8c -> 97b123e06
UNOMI-136 Replace JMX statistics collecting with Karaf Cellar events - Remove JMX configuration no longer needed Signed-off-by: Serge Huber <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/97b123e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/97b123e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/97b123e0 Branch: refs/heads/master Commit: 97b123e061a25ce4a38e65756a29386e2d0b2bae Parents: 8a0e83f Author: Serge Huber <[email protected]> Authored: Tue Dec 5 14:33:07 2017 +0100 Committer: Serge Huber <[email protected]> Committed: Tue Dec 5 14:33:07 2017 +0100 ---------------------------------------------------------------------- src/site/markdown/versions/master/configuration.md | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/97b123e0/src/site/markdown/versions/master/configuration.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/versions/master/configuration.md b/src/site/markdown/versions/master/configuration.md index 0835f8b..a4068e0 100644 --- a/src/site/markdown/versions/master/configuration.md +++ b/src/site/markdown/versions/master/configuration.md @@ -113,15 +113,6 @@ You should now have SSL setup on Karaf with your certificate, and you can test i 3. Changing the default Karaf password can be done by modifying the etc/users.properties file -4. You will also need to change the user/password information in the org.apache.unomi.cluster.cfg file : - -``` - cluster.group=default - cluster.jmxUsername=karaf - cluster.jmxPassword=karaf - cluster.jmxPort=1099 -``` - Automatic profile merging -------------------------
