Stephane Frenot | 803bda1 | 2007-06-28 14:49:55 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | |
| 4 | echo "cd into felix directory" |
| 5 | cd ../../main |
| 6 | |
| 7 | echo "lauching felix with core gateway properties" |
| 8 | java -Dfelix.config.properties=file:../mosgi/doc/config.properties.core -jar bin/felix.jar |
| 9 | |
Stephane Frenot | b91ef5b | 2007-07-03 14:43:31 +0000 | [diff] [blame] | 10 | #LAUCHING COMMAND IF UNDER JDK1.4 |
| 11 | |
| 12 | #java -Djavax.management.builder.initial=org.apache.felix.mosgi.jmx.agent.mx4j.server.MX4JMBeanServerBuilder -Dfelix.config.properties=file:../mosgi/doc/config.properties.core -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 |