如何在 OSGi 上运行 Metro Web 服务 +码头?
我正在尝试使用 OSGi (Felix) + Metro 让 WebService (wsdl) 在 Jetty 上工作?
我在 OSGi + Jetty 上运行了 Servlet 和 JSP,但没有使用 Metro 的 WebService。我有一个示例 OSGi WAR 文件要测试,我将其部署在 Glashfish 上并且可以正常工作。我需要在 Jetty 上部署同样的内容。
请分享一些有关此的示例或说明。
谢谢维韦克
I'm trying to get a WebService (wsdl) to work on Jetty using OSGi (Felix) + Metro ?
I got Servlets and JSP's working on OSGi + Jetty, but not a WebService using Metro. I have a sample OSGi WAR file to test, which I deployed on Glashfish and it worked. The same I need to deploy on Jetty.
Please share some samples or instructions on this.
Thank you
Vivek
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Neil Bartlett 在 Git 中心有一个项目, https://github.com/njbartlett/jaxrs-osgi-扩展器,这可能会让人感兴趣。
Neil Bartlett has a project at Git hub, https://github.com/njbartlett/jaxrs-osgi-extender, that might be of interest.