将 Felix 嵌入到 Tomcat 中

发布于 2024-11-19 19:44:17 字数 323 浏览 3 评论 0原文

我是 OSGi 的新手,开始使用 felix。我目前非常熟悉捆绑、服务等概念。我有一个要求,可以将 Felix 嵌入到 Tomcat 中,我尝试用谷歌搜索相同的内容,但无法找到适合我目的的相关解决方案。

我真正需要的是.. 到目前为止,我曾经将我的 Web 应用程序包部署到安装在 Felix 内的嵌入式 http jetty 服务/PAX web 中,但现在我想将 Felix 放入 Apache Tomcat/任何其他应用程序服务器中,这样每当我的 tomcat 启动时,我就需要我的felix 实例启动并运行,同时应该能够通过 felix 部署/安装/启动我的包。

任何形式的帮助将不胜感激。

I am a newbie to OSGi, started using felix. I am at present well versed with the concept of bundles, service etc. I have a requirement where I can embed Felix into Tomcat, I tried googling the same but was unable to find a relevant solution for my purpose.

What I exactly need is..
Till now I used to deploy my web app bundles into embedded http jetty service/PAX web.. installed inside Felix, but now I want to put Felix into Apache Tomcat/any other application server, so that whenever my tomcat starts up I need my felix instance up and running, and at the same time should be able to deploy/install/start my bundles through felix.

Any kind of help would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长梦不多时 2024-11-26 19:44:17

您可能需要考虑 Apache Sling Launchpad 子项目。这将创建一个 WAR 文件,该文件可以部署到任何 servlet 容器中,并启动 Apache Felix 框架作为 OSGi 框架。

另请参阅 Sling Launchpad嵌入 Sling 了解更多信息。

You might want to consider the Apache Sling Launchpad subproject. This creates a WAR file which can be deployed into any servlet container and which launches the Apache Felix framework as the OSGi framework.

See also the Sling Launchpad and Embedding Sling for more information.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文