WAS v8.5 > Administer applications and their environment > Administer the Liberty profile > Administer the Liberty profile manually > Administer the Liberty profile

Use an OSGi console

Eclipse Equinox currently provides an OSGi console used to aid with debugging. This console is not available by default. When you 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.


Related


Administer the Liberty profile
Packaging a Liberty profile server


Reference:

Explore Eclipse's OSGi console