Enabling the AIMS System Web Console

During development, you can use the AIMS System Web console to inspect deployed bundles, registered configurations, and the OSGi container. By default, the Web console is disabled.

  1. Edit the BRAND_HOME/conf/config.properties file, and uncomment these lines:
    # Uncomment to aid in debugging container issues.   
    #felix.auto.start.6 = \   
    #${aims.app.dir}/aims-felix-webconsole-1.0.2.jar \   
    #${aims.app.dir}/event-webconsole-1.0.3-SNAPSHOT.jar 
  2. Copy the org.apache.felix.webconsole.internal.servlet.OsgiManager.properties file to the conf/cfgbackup folder.
Next
See http://felix.apache.org/site/apache-felix-web-console.html.