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 |