Properties from config.properties.<profilName> used to build remote gateways address changed. There is no more hard coded part into the remote gateway construction.
Instead of :
- mosgi.jmxconsole.id.1.profile=core
- mosgi.jmxconsole.id.1.host=127.0.0.1
- mosgi.jmxconsole.id.1.protocol=rmi
- mosgi.jmxconsole.id.1.port=1099
Use :
- mosgi.jmxconsole.id.1.jmxsurl=service:jmx:rmi:///jndi/rmi://127.0.0.1:1099/core
The new property value must look like this:
"service:jmx:<protocol>:<sap>"
More information on what this new property value must look like are available on the javax.management.remote.JMXServiceURL class javadoc.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@669139 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/mosgi/doc/core.sh b/mosgi/doc/core.sh
index ec22190..1d80b5c 100755
--- a/mosgi/doc/core.sh
+++ b/mosgi/doc/core.sh
@@ -1,5 +1,6 @@
#!/bin/sh
-rm -rf ~/.felix/core
+
+#rm -rf ~/.felix/core
echo "cd into felix directory"
cd ../../main