Configure Apache Karaf

  1. Open the custom.properties file for Karaf.
    It is located at $KARAF_HOME/etc/custom.properties . $KARAF_HOME is the path to the folder where Karaf is installed.
  2. Add this package prefix to the custom.properties file:
    org.osgi.framework.bootdelegation=com.singularity.*
    Important: >All the values specified in the custom.properties file will override the default values specified in the /etc/config.properties file. So, ensure that you include the default values of org.osgi.framework.bootdelegation from the config.properties file to the custom.properties file.

    Once configured, all applications based on Java Agent Supported Frameworks that are running on Apache Karaf can be instrumented and seen on the Controller UI.