Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Default Value

Description

manager.root

/system/console

The root path to the OSGi Management Console.

default.render

bundles

The name of the default configuration page when invoking the OSGi Management console.

realm

OSGi Management Console

The name of the HTTP Authentication Realm.

username

admin

The name of the user allowed to access the OSGi Management Console. To disable authentication clear this value.

password

admin

The password for the user allowed to access the OSGi Management Console.

manager.root

/system/console

The root path to the OSGi Management Console.

plugins

all plugins enabled

The labels of the plugins enabled and displayed.

loglevel

2

Log level filter for the AbstractWebConsole log methods. This is an integer value matching the levels defined by the OSGi Log Service.

locale

If set, this locale forces the localization to use this locale instead of the one requested by the web browser

default.render

bundles

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

felix.webconsole.manager.root

manager.root

felix.webconsole.realm

realm

felix.webconsole.username

username

felix.webconsole.password

password

felix.webconsole.loglevel

loglevel

felix.webconsole.locale

locale

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

...