Difference between revisions of "Disabling R-OSGi"
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Sometimes, it's necessary or desirable to disable the automatic running of an R-OSGi instance and the attendant creation of a listener on R-OSGi's default port (9278). | Sometimes, it's necessary or desirable to disable the automatic running of an R-OSGi instance and the attendant creation of a listener on R-OSGi's default port (9278). | ||
− | # When attempting to run other R-OSGi instance(s) on the localhost (e.g. running the [[ | + | # When attempting to run other R-OSGi instance(s) on the localhost (e.g. running the [[Getting Started with ECF%27s RFC119 Implementation]]). |
# When running JUnit plugin tests on localhost that publish OSGi services using R-OSGi provider | # When running JUnit plugin tests on localhost that publish OSGi services using R-OSGi provider | ||
# When concerned about security of opening default port 9278 (e.g. server scenarios). | # When concerned about security of opening default port 9278 (e.g. server scenarios). | ||
− | To disable R-OSGi in a given instance, provide the following on | + | To disable R-OSGi in a given instance, provide the following on when starting (Eclipse or some other Equinox app where ECF is installed): |
'''-Dch.ethz.iks.r_osgi.registerDefaultChannel=false''' | '''-Dch.ethz.iks.r_osgi.registerDefaultChannel=false''' | ||
− | For example, | + | For example, to disable R-OSGi in Eclipse where ECF is installed: |
− | eclipse.exe -vmargs -Dch.ethz.iks.r_osgi.registerDefaultChannel=false | + | '''eclipse.exe -vmargs -Dch.ethz.iks.r_osgi.registerDefaultChannel=false''' |
+ | |||
+ | See also [[R-OSGi Properties]] |
Latest revision as of 20:56, 14 June 2009
Sometimes, it's necessary or desirable to disable the automatic running of an R-OSGi instance and the attendant creation of a listener on R-OSGi's default port (9278).
- When attempting to run other R-OSGi instance(s) on the localhost (e.g. running the Getting Started with ECF's RFC119 Implementation).
- When running JUnit plugin tests on localhost that publish OSGi services using R-OSGi provider
- When concerned about security of opening default port 9278 (e.g. server scenarios).
To disable R-OSGi in a given instance, provide the following on when starting (Eclipse or some other Equinox app where ECF is installed):
-Dch.ethz.iks.r_osgi.registerDefaultChannel=false
For example, to disable R-OSGi in Eclipse where ECF is installed:
eclipse.exe -vmargs -Dch.ethz.iks.r_osgi.registerDefaultChannel=false
See also R-OSGi Properties