设置 OSGI 包的启动级别

发布于 2024-11-19 01:49:13 字数 164 浏览 3 评论 0原文

(我使用 glassfish 3.1,felix)

我有一个日志包,需要在 glassfish 服务器中的其他包之前启动。

有没有办法为单个 OSGI 包配置启动级别?以下任何一种方式都可以:配置属性文件、java 端的解决方案、bundle 清单中的标头。

谢谢。

(I use glassfish 3.1, felix)

I have a log bundle that needs to be started before other bundles in my glassfish server.

Is there a way to configure startlevel for a single OSGI bundle? Any of the following ways will be fine: configuring a properties file, solution on java side, header in bundle manifest.

thanks.

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

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

发布评论

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

评论(1

情魔剑神 2024-11-26 01:49:13

在 Felix 中,您可以更改启动器属性(例如 conf/config.properties)以启动具有不同启动级别的捆绑包。您可以使用 felix.auto。部署.install.属性。

要设置框架的初始启动级别,您可以使用配置属性org.osgi.framework.startlevel.beginning,请参阅核心规范的第4.2.2节以获取更多信息。

In Felix, you can change the launcher properties (for instance, conf/config.properties) to start bundles with different start levels. You can use the felix.auto.deploy.install.<n> properties for that.

To set the framework's initial startlevel, you can use the configuration property org.osgi.framework.startlevel.beginning, see section 4.2.2 of the core spec for more information.

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