Stephane Frenot | be792fb | 2006-08-29 14:56:51 +0000 | [diff] [blame] | 1 | To start MOSGi framework, |
| 2 | launch core.sh and jmxconsole.sh in two separate terminals. |
Stephane Frenot | fe8f3ff | 2006-08-30 13:20:12 +0000 | [diff] [blame] | 3 | |
| 4 | --------------- |
| 5 | Properties List |
| 6 | --------------- |
| 7 | ** Core profile Properties ** |
| 8 | |
Stephane Frenot | 0afc763 | 2006-12-22 10:45:14 +0000 | [diff] [blame] | 9 | -> mosgi.jmxconsole.tab.url.<mbeanname>tab : indicates an URL where the jmx console tab should be found |
Stephane Frenot | fe8f3ff | 2006-08-30 13:20:12 +0000 | [diff] [blame] | 10 | 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 | |
| 25 | mosgi.jmxconsole.ip1=192.168.0.10 |
| 26 | mosgi.jmxconsole.profile1=test1 |
| 27 | mosgi.jmxconsole.ip2=192.168.0.11 |
| 28 | mosgi.jmxconsole.profile1=test2 |
| 29 | mosgi.jmxconsole.ip3=192.168.0.12 |
| 30 | mosgi.jmxconsole.profile1=test3 |
| 31 | |
| 32 | |
| 33 | |
| 34 | |
| 35 | |
| 36 | |