Modifing starting script and adding a Readme file


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@438086 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/mosgi.doc/Readme.txt b/mosgi.doc/Readme.txt
new file mode 100644
index 0000000..c42e743
--- /dev/null
+++ b/mosgi.doc/Readme.txt
@@ -0,0 +1,2 @@
+To start MOSGi framework, 
+launch core.sh and jmxconsole.sh in two separate terminals.
diff --git a/mosgi.doc/core.sh b/mosgi.doc/core.sh
index fe213e4..455a53d 100755
--- a/mosgi.doc/core.sh
+++ b/mosgi.doc/core.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
 
+echo "cd into felix directory"
+cd ../org.apache.felix.main
+
+echo "lauching felix with core gateway properties"
 java -Dfelix.config.properties=file:../mosgi.doc/config.properties.core -jar bin/felix.jar
 
diff --git a/mosgi.doc/jmxconsole.sh b/mosgi.doc/jmxconsole.sh
index d5f301a..3edf7a1 100755
--- a/mosgi.doc/jmxconsole.sh
+++ b/mosgi.doc/jmxconsole.sh
@@ -1,3 +1,6 @@
 #!/bin/sh
+echo "cd into felix directory"
+cd ../org.apache.felix.main
 
+echo "lauching felix with jmxconsole properties"
 java -Dfelix.config.properties=file:../mosgi.doc/config.properties.jmxconsole -jar bin/felix.jar