OSGi Console
OSGi Console is the admin app for reaching the server runtime's OSGi (Apache Felix) console — review and manage bundles and components, configure, and diagnose.
Admin only (adminOnly) / singleton.
Opening it
Open OSGi Console from the menu.
Layout
This app embeds the system OSGi console (/system/console) inside the window. Bundle listings and lifecycle actions (install / start / stop), component configuration, logs and diagnostics are all driven from the console's own screens.
Common uses
- Manage bundles — review installed bundles and start / stop them
- Configure components — set up service components
- Diagnose — check system status
Tips
- For advanced server-side extensions (adding your own bundles), see the Developer Guide.
- Actions affect the system directly — proceed with care.