1 Reply Latest reply on Jul 12, 2012 11:32 AM by thomas.diesler

    Can't able to access 'localhost:8090/jboss-osgi/bundles' link

    tarikx

      Hi,

       

      I am using 'jboss-as-web-7.1.1.Final' server. I started the server and able to access the 'http://127.0.0.1:9990/console' link, but i am not able to access the Jboss-osgi admin link.(localhost:8090/jboss-osgi/bundles). Please help me on this, where i am doing mistake.

       

       

      Part of my standalone.xml file :

       

        <subsystem xmlns="urn:jboss:domain:osgi:1.2" activation="eager">

                  <properties>

                      <property name="org.osgi.framework.startlevel.beginning">

                         2

                      </property>

                  </properties>

                  <capabilities>

                      <capability name="javax.servlet.api:v25"/>

                      <capability name="javax.transaction.api"/>

                      <capability name="org.apache.felix.log" startlevel="1"/>

                      <capability name="org.jboss.osgi.logging" startlevel="1"/>

                      <capability name="org.apache.felix.configadmin" startlevel="1"/>

                      <capability name="org.jboss.as.osgi.configadmin" startlevel="1"/>

                      <capability name="org.jboss.osgi.xerces:jbosgi-xerces:2.10.0"/>

                  </capabilities>

              </subsystem>

       

       

      Thanks in advance.