OSGi Configuration with the Web Console

The Web console in AEM provides a standardized interface for configuring the bundles. The Configuration tab is used for configuring the OSGi bundles, and is therefore the underlying mechanism for configuring AEM system parameters.

Any changes made are immediately applied to the relevant OSGi configuration, no restart is required.

NOTE
Changes made in the web console are saved in the repository as configuration files. These can be included in content packages for re-use in further installations.
NOTE
On the Web console any descriptions that mention default settings relate to Sling defaults.
Adobe Experience Manager has its own defaults and so the defaults set might differ from those documented on the console.

To update a configuration with the web console:

  1. Access the Configuration tab of the Web Console by either:

    • Opening the web console from the link on the Tool -> Operations menu. After logging into the console you can use the drop-down menu of:

      OSGi >

    • The direct URL; for example:

      http://localhost:4502/system/console/configMgr

    A list will be shown.

  2. Select the bundle that you want to configure by either:

    • clicking on the Edit icon for that bundle
    • clicking on the Name of the bundle
  3. A dialog will open. Here you can edit as required; for example, set the Log Level to INFO:

    chlimage_1-140

    NOTE
    Updates are saved in the repository as configuration files. To locate these afterwards, (e.g. to include in a content package for use on another instance) you should make a note of the persistent identity ( PID).
  4. Click Save.

    Your changes are immediately applied to the relevant OSGi configuration of the running system, no restart is required.

    NOTE
    You can now locate the related configuration file(s); for example, to include in a content package for use on another instance.