blob: c4bbfea642c66aaf9abc530e0cac73852c8f86ea [file] [log] [blame]
Francesco Furfari3e456882006-11-06 10:12:57 +00001To start MOSGi framework,
2launch core.sh and jmxconsole.sh in two separate terminals.
3
4---------------
5Properties List
6---------------
7** Core profile Properties **
8
9-> mosgi.jmxconsole.tab.url.<mbeanname>tab : indicates an URL where the
10 jmx console tab should be found
11 example : mosgi.jmxconsole.tab.url.osgiprobestab=file:../org.apache.felix.mosgi.managedelements.osgiprobes.tab-0.8.0-SNAPSHOT.jar
12-> mosgi.jmxconsole.rmiport.<profile> : indicates a registry port for a specif profile (defaults to 1099)
13 example : mosgi.jmxconsole.rmiport.t1=1100
14
15
16** JmxConsole Properties **
17-> mosgi.jmxconsole.rmiport.<profile> : indicates the registry port to contact for a specif profile (defaults to 1099)
18 example : mosgi.jmxconsole.rmiport.t1=1100
19-> mosgi.jmxconsole.ip<x> : indicates the ip address for the X th. gateway in the list
20 example : mosgi.jmxconsole.ip1=127.0.0.1
21-> mosgi.jmxconsole.profile<x> : indicates the profile name for the X th. gateway in the list
22 example : mosgi.jmxconsole.profile1=test
23
24** Remark : if someone wants to administer 3 gateways, he needs to specify the following properties.
25
26mosgi.jmxconsole.ip1=192.168.0.10
27mosgi.jmxconsole.profile1=test1
28mosgi.jmxconsole.ip2=192.168.0.11
29mosgi.jmxconsole.profile1=test2
30mosgi.jmxconsole.ip3=192.168.0.12
31mosgi.jmxconsole.profile1=test3
32
33
34
35
36
37