Stephane Frenot | 803bda1 | 2007-06-28 14:49:55 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | echo "cd into felix directory" |
| 3 | cd ../../main |
| 4 | |
| 5 | echo "lauching felix with jmxconsole properties" |
| 6 | java -Dfelix.config.properties=file:../mosgi/doc/config.properties.jmxconsole -jar bin/felix.jar |
Stephane Frenot | b91ef5b | 2007-07-03 14:43:31 +0000 | [diff] [blame] | 7 | |
| 8 | #LAUCHING COMMAND IF under JDK1.4 |
| 9 | #java -Dfelix.config.properties=file:../mosgi/doc/config.properties.jmxconsole -Dfelix.config.properties=file:../mosgi/doc/config.properties.jmxconsole -classpath /home/sfrenot/.m2/repository/mx4j/mx4j/3.0.2/mx4j-3.0.2.jar:/home/sfrenot/.m2/repository/mx4j/mx4j-remote/3.0.1/mx4j-remote-3.0.1.jar:bin/felix.jar org.apache.felix.main.Main |