DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Note, that the Apache Felix Declarative Services implementation is the only Apache Felix dependency contained in the Web Console. If you do not use the Apache Felix Declarative Services implementation, you just cannot inspect the declared components (because there is no official public API for this). Otherwise the Web Console perfectly operates without any problems.
Variants
The Web Console Bundle is available in two variants: A full variant and a bare variant. The full variant embeds three Java libraries which are not embedded in the bare variant. The bare variant expects the packages provided by those libraries to be exported from bundles installed in the framework.
The three libraries are :
- Apache Commons IO
- Apache Commons FileUpload
- JSON
Installation
To install just use your favourite current means of installing new bundles in to the OSGi framework. For example using the Apache Felix shell console you might do:
| No Format |
|---|
> install http://mirror.switch.ch/mirror/apache/dist/felix/org.apache.felix.webconsole-12.0.06.jar bundle x > start x |
where x is the bundle number printed by the Shell Console indicating the Bundle ID of the Web Console bundle.
...