我使用bridge.war和
中给出的步骤在tomcat 7.x中嵌入了equinox框架http://www.eclipse.org/equinox/server/http_in_container.php
我开发了一个包含servlet注册码的osgi包,正如预期的那样,这个servlet在桥上运行。
我的目标是在这个osgi包中支持servlet apis和web.xml功能,以便我可以在osgi中移植现有的Web应用程序。
目前,我正在使用“ org.eclipse.equinox.http.servlet.ExtendedHttpService ”来注册servlet过滤器和servlet。
但是,ExtendedHttpService没有注册servlet-listener的方法。
有人可以建议我如何在包含我的servlet注册码的osgi包中支持/注册servlet监听器和MIME类型。