blob: 1e390fc0a197a719e224ab6843c92d82952791a6 [file] [log] [blame]
Stephane Frenot803bda12007-06-28 14:49:55 +00001#!/bin/sh
Stephane Frenotad669ef2008-06-18 11:33:32 +00002
3#rm -rf ~/.felix/jmxconsole
Stephane Frenot1e7aea32008-06-17 09:06:05 +00004
Stephane Frenot803bda12007-06-28 14:49:55 +00005echo "cd into felix directory"
6cd ../../main
7
8echo "lauching felix with jmxconsole properties"
9java -Dfelix.config.properties=file:../mosgi/doc/config.properties.jmxconsole -jar bin/felix.jar
Stephane Frenotb91ef5b2007-07-03 14:43:31 +000010
11#LAUCHING COMMAND IF under JDK1.4
12#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