Configure Apache Karaf
- Open the
custom.propertiesfile for Karaf.It is located at$KARAF_HOME/etc/custom.properties.$KARAF_HOMEis the path to the folder where Karaf is installed. - Add this package prefix to the
custom.propertiesfile:org.osgi.framework.bootdelegation=com.singularity.*Important: >All the values specified in thecustom.propertiesfile will override the default values specified in the/etc/config.propertiesfile. So, ensure that you include the default values oforg.osgi.framework.bootdelegationfrom theconfig.propertiesfile to thecustom.propertiesfile.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.