| Table of Contents |
|---|
| maxLevel | 2 |
|---|
| type | flat |
|---|
| separator | pipe |
|---|
|
The Apache Felix Web Console is a simple tool to inspect and manage OSGi framework instances using your favourite Web Browser.
...
Requirements
#top
The Web Console only has a single required dependency on the framework: A running implementation of the OSGi Http Service Specification. The reason for this is, that the Web Console is implemented as a servlet (actually just a gateway servlet dispatching to Web Console plugins) which is registered with the Http Service. If your framework does not yet have a Http Service installed, you might select from a variety of such implementations. The following is just an incomplete list:
...