DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Property | Default Value | Description | |||
|---|---|---|---|---|---|
| | The root path to the OSGi Management Console. | |||
| | The name of the default configuration page when invoking the OSGi Management console. | |||
| | The name of the HTTP Authentication Realm. | |||
| | The name of the user allowed to access the OSGi Management Console. To disable authentication clear this value. | |||
| | The password for the user allowed to access the OSGi Management Console. | |||
| | The root path to the OSGi Management Console. | |||
| all plugins enabled | The labels of the plugins enabled and displayed. | |||
| | Log level filter for the | |||
| – | If set, this locale forces the localization to use this locale instead of the one requested by the web browser | | | The name of the default configuration page when invoking the OSGi Management console. |
The default values apply if the respective property is missing from the configuration or if no configuration is provided at all.
Framework Properties
Some of the configuration properties supported through the OSGi Configuration Admin service can also be set globally and statically as framework properties. Such framework properties will also be considered actual default values for missing properties in Configuration Admin configuration as well as for the Metatype descriptor.
Framework Property | Configuration Admin Property |
|---|---|
| |
| |
| |
| |
| |
| |
Please note that setting any of these properties as framework property makes them visible to all bundles deployed. This is particularly to be considered in case of the felix.webconsole.password property (as for authentication, the use of a WebConsoleSecurityProvider is suggested anyway).
Configuration of the OSGi Http Service
...