+

Search Tips   |   Advanced Search

Use an OSGi console

Eclipse Equinox currently provides an OSGi console we can leverage to aid with debugging. This console is not available by default. When we work with the Liberty profile, we can enable this console by configuring a port for it.

The Liberty profile uses the Eclipse Equinox implementation of the OSGi core specification. Equinox currently provides an OSGi console. To enable this console, you first allocate a specific port to it by setting the osgi.console property in bootstrap.properties. Then we can use Telnet to connect to the console on that port, and explore the OSGi framework.


Parent topic: Administer the Liberty profile from the command prompt

Tasks:

  • Packaging a Liberty profile server from the command prompt

    Reference:
    Explore Eclipse's OSGi console