Deploy OSGi applications to the Liberty profile
We can deploy OSGi applications to the Liberty profile by enabling a list of server features in server.xml.
By providing a list of OSGi-specific server features, the Liberty profile provides OSGi support for the applications. These features :
- blueprint-1.0
- osgi.jpa-1.0
- wab-1.0
For a full list of server features in the Liberty profile, see Liberty features.
Subtopics
- Share common OSGi bundles
We can share common OSGi bundles by placing them in a directory and configuring server.xml for the server, so that those common OSGi bundles are available to your OSGi applications.
Parent topic: Deploy applications to the Liberty profile