You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by open fokus <pe...@openfokus.org> on 2014/03/25 22:59:36 UTC

Fwd: Using Felix Web Management Console toegether with Felix Http Bundle

Hi
I am new to felix/osgi and I would like to use the webconsole. I have build
a couple of small osgi projects using the gogo shell ( in eclipse kepler )
with bndtools and that works fine.

I understood that webconsole needs a http service such as felix http
service or equinox http. I choose to install the following bundles:

g! lb
START LEVEL 1
   ID|State      |Level|Name
    0|Active     |    0|System Bundle (4.2.1)
    1|Active     |    1|chapter11.console (0.0.0)
    2|Active     |    1|Apache Felix Configuration Admin Service (1.2.4)
    3|Active     |    1|Apache Felix Gogo Command (0.12.0)
    4|Active     |    1|Apache Felix Gogo Runtime (0.10.0)
    5|Active     |    1|Apache Felix Gogo Shell (0.10.0)
    6|Active     |    1|Apache Felix Http Bundle (2.2.2)
    7|Active     |    1|Apache Felix Declarative Services (1.4.1.SNAPSHOT)
    8|Active     |    1|Apache Felix Web Management Console (2.0.6)
    9|Active     |    1|osgi.cmpn (5.0.0.201305092017)

I then  go to :

http://localhost:8888/system/console  ( I tried port 8080 as well )

but the server doesn't seem to run ( can't connect ) ,which can be
confirmed with netcat.

What am I missing ?