OSGi Debug Console
This feature enables an OSGi console to aid debug of the runtime. It can be used to display information about bundles, packages and services which may be useful when developing our own features for product extensions.
Enable this feature
To enable the OSGi Debug Console feature, add the following element declaration inside the featureManager element in the server.xml file:
<feature>osgiConsole-1.0</feature>
Developing a feature that depends on this feature
If we are developing a feature that depends on the OSGi Debug Console feature, include the following item in the Subsystem-Content header in the feature manifest file for the new feature:
com.ibm.websphere.appserver.osgiConsole-1.0; type="osgi.subsystem.feature"