the tomcat project itself doesn't AFAIK publish its artifacts as bundles. Geronimo repackages several versions of tomcat as bundles (org.apache.geronimo.ext.tomcat....) and we use them in geronimo. So you might be able to get tomcat running fairly easily using these bundles, but that doesn't address http service or wab support. The wab support in geronimo is far too tied to old geronimo internals to be very useful standalone.
david jencks On May 22, 2012, at 1:11 PM, Romain Gilles wrote: > Hi all, > I would like to know if any of you have run or run a tomcat web container as > a Http Service and Web Application Service... > Do I have to install eclipse gemini web on karaf to test it? I have had a > look to pax web and the only spi provider is Jetty. Is there a reason that? > Tomcat is an Apache project and the current osgi integration is done by the > eclipse community and Jetty is now a eclipse project and is currently the > default web container of karaf (an apache project ...)? > > Romain.
