Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure OSGi frameworks


WebLogic Server allows you to add a list of OSGi frameworks (maintained via OsgiFrameWorkMBean MBeans) to the server configuration. After the OSGi framework has been booted, a bundle object for the framework is placed into the local server JNDI tree. Applications can then get this bundle from JNDI and thereafter use that as their entry point into the OSGi system.

Applications can also deploy their own OSGi bundles. One specific OSGi bundle from the chosen framework instance can be used in the application classloader hierarchy.

You can configure the following aspects of an OSGi framework using the Administration Console:

Related Topics


Back to Top