You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

CXF DOSGi in Apache Karaf

Download and unpack Apache Karaf

Installation of CXF-DOSGi

features:addurl mvn:org.apache.cxf.dosgi/cxf-dosgi/1.4-SNAPSHOT/xml/features
features:install cxf-dosgi-discovery-distributed

Create config "etc/org.apache.cxf.dosgi.discovery.zookeeper.cfg" with the following content:

zookeeper.port=2181
zookeeper.host=localhost

Installation of the zookeeper Server

features:install cxf-dosgi-zookeeper-server

Create config "etc/org.apache.cxf.dosgi.discovery.zookeeper.server.cfg" with the following content:

zookeeper.host:127.0.0.1
clientPort:2181
zookeeper.port:2181
  • No labels