The CXF DOSGi bundles are not directly bound to jetty. So it should be possible to run DOSGi with tomcat. You will need to create your own feature file though. As far as I can tell it only will work with the servlet transport. So make sure you set an address like "/myservice". This will make CXF choose the servlet transport instead of the jetty transport. You will also need to make sure you have a HTTPService present that is backed by tomcat.
Christian 2016-01-30 15:38 GMT+01:00 Setya <[email protected]>: > Hi all, > > Is it possible to use CXF DOSGI with Tomcat since everytime I install CXF > DOSGI feature, it always brings along Jetty ? > > So basically I try to host WS on Tomcat + Apache Karaf > > Any insight would be greatly appreciated. > > Regards, > Setya > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Combining-CXF-DOSGI-Tomcat-tp5765387.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.liquid-reality.de> Open Source Architect http://www.talend.com <https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.talend.com>
