Installing and running Web Management Console in Apache Felix OSGI

前端 未结 2 668
死守一世寂寞
死守一世寂寞 2021-01-07 05:14

I \'m trying to install and run Apache Felix Web Management Console ( 4.2.0 ) in Apache Felix 4.2.1 but it does not work.

I have installed Felix Http Jetty 2.2.1 bun

2条回答
  •  广开言路
    2021-01-07 05:47

    Finally I get it.

    In a blank Felix installation:

    g! bundlelevel -i 1
    g! mvnrepo = http://repo2.maven.org/maven2
    g! start $mvnrepo/commons-io/commons-io/1.4/commons-io-1.4.jar
    g! start $mvnrepo/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar
    g! start http://maven.ow2.org/maven2/org/json/org.ow2.chameleon.commons.json/20090911-0002/org.ow2.chameleon.commons.json-20090911-0002.jar
    g! bundlelevel -i 5
    g! start $mvnrepo/org/apache/felix/org.apache.felix.webconsole/4.2.0/org.apache.felix.webconsole-4.2.0.jar
    

提交回复
热议问题