我已经在mac上安装了apache service Mix6.0。我正在使用以下命令启动karat(4.0)容器
./bin/karaf或./bin/servicemix。
当我运行命令osgi:list时,我得到"command not found“
但如果运行list,我可以列出已部署组件的列表。
谁能告诉我是什么改变了,为什么osgi:list不能工作
发布于 2015-07-24 16:08:19
实际上,在ServiceMix 6中使用的是Karaf 3.0.4而不是4.0.0。命令的更改列表可以在Karaf Documentation中找到
但是osgi:*主要改为bundle:*作为命令作用域。
https://stackoverflow.com/questions/31593473
复制相似问题