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