0 Replies Latest reply on Mar 19, 2014 10:45 AM by jaakkorautiainen

    JBoss 7.2.0.Final : Problem with felix web console 4.2.2

    jaakkorautiainen

      Greetings!

       

      We are modularizing our production software into OSGi bundles.

       

      So far, I haven't been able to access the Apache Felix Web Console.

       

      I am on JBoss 7.2.0.Final and trying to use the recent Felix Web Console all-in-one bundle found at http://mirror.netinch.com/pub/apache//felix/org.apache.felix.webconsole-4.2.2-all.jar

       

      For an all-in-one bundle, I still had to add the javax.servlet version 2.4 capability to satisfy the requirement of the webconsole bundle.

       

      The bundle is able to resolve its dependencies and start successfully, which is visible in the JBoss AS management console.

       

      I have already tried adding the following system property to our configuration:

      <property name="org.osgi.service.http.port" value="64099" />

       

      Also, in socket bindings, we have

      <socket-binding name="osgi-http" interface="public" port="64099" />

       

      However, Firefox 27.0 is unable to connect to the web console at the URL http://localhost:64099/system/console

       

      Has anyone else here had problems running the Apache Felix Web Console on JBoss AS 7.2.0.Final?

       

      Best Regards,

      Jaakko Rautiainen