This page (revision-13) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
13 23-Apr-2022 17:05 7 KB Harry Metske to previous
12 23-Apr-2022 17:05 6 KB Harry Metske to previous | to last
11 23-Apr-2022 17:05 6 KB Harry Metske to previous | to last
10 23-Apr-2022 17:05 6 KB Harry Metske to previous | to last
9 23-Apr-2022 17:05 4 KB Harry Metske to previous | to last
8 23-Apr-2022 17:05 3 KB Harry Metske to previous | to last
7 23-Apr-2022 17:05 3 KB Harry Metske to previous | to last
6 23-Apr-2022 17:05 2 KB Harry Metske to previous | to last
5 23-Apr-2022 17:05 2 KB Harry Metske to previous | to last
4 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
3 23-Apr-2022 17:05 1 KB Harry Metske to previous | to last
2 23-Apr-2022 17:05 598 bytes Harry Metske to previous | to last
1 23-Apr-2022 17:05 525 bytes Harry Metske to last

Page References

Incoming links Outgoing links
OSGi...nobody

Version management

Difference between version and

At line 26 removed one line
* [Apache Felix downloads (bundles)|http://mirror.switch.ch/mirror/apache/dist/felix/]
At line 137 removed 26 lines
!! Apache Felix Web Console
Doing everything from the (very limited) felix command shell is tedious, so we try to get the web console working.\\
The primary bundle is the [full webconsole bundle|http://mirror.switch.ch/mirror/apache/dist/felix/org.apache.felix.webconsole-4.2.0.jar]
After fiddling a lot with required bundles I finally got it working. The required bundles in addition to the webconsole were:
[OSGi Compendium|http://mirror.switch.ch/mirror/apache/dist/felix/org.osgi.compendium-1.4.0.jar] and the [Jetty http service|http://mirror.switch.ch/mirror/apache/dist/felix/org.apache.felix.http.jetty-2.2.2.jar] and I also installed the [Log service|http://mirror.switch.ch/mirror/apache/dist/felix/org.apache.felix.webconsole-4.2.0.jar], this is not required however.
This makes up the following bundle list :
{{{
g! lb
START LEVEL 1
ID|State |Level|Name
0|Active | 0|System Bundle (4.2.1)
1|Active | 1|Apache Felix Bundle Repository (1.6.6)
2|Active | 1|Apache Felix Gogo Command (0.12.0)
3|Active | 1|Apache Felix Gogo Runtime (0.10.0)
4|Active | 1|Apache Felix Gogo Shell (0.10.0)
15|Active | 1|Apache Felix Log Service (1.0.1)
19|Active | 1|OSGiTutorial (1.0.0.SNAPSHOT)
25|Active | 1|Apache Felix Web Management Console (All In One) (4.2.0.all)
41|Active | 1|Apache Felix Http Jetty (2.2.2)
42|Resolved | 1|OSGi R4 Compendium Bundle (4.1.0)
}}}
And there we have our [web console|http://localhost:8080/system/console] . user=admin, password=admin.