如何访问 WebSphere 中的自定义属性?

发布于 2024-09-03 01:16:18 字数 121 浏览 4 评论 0原文

我已经在 WebSphere 中为容器设置了一些自定义属性,但我不知道如何读回这些属性。我尝试过 System.getProperty(...),但它是空的。

我看过对 JMX 的引用,但想知道是否有明确的答案。

I have set some custom properties for a container in WebSphere, but I can't figure out how to read those properties back. I've tried System.getProperty(...), but it's empty.

I've seen references to JMX, but wondered if there was a definitive answer.

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

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

发布评论

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

评论(2

囚我心虐我身 2024-09-10 01:16:18

“自定义属性”是 WAS 配置中的一个生成术语,用于将任意属性应用于各种对象。 JVM 配置对象上的自定义属性确实会转换为可以使用 System.getProperty 获取的系统属性。你想做什么?

"Custom property" is a generate term in WAS configuration for applying arbitrary properties to all kinds of objects. Custom properties on the JVM configuration object do translate to system properties that can be acquired using System.getProperty. What are you trying to do?

猫弦 2024-09-10 01:16:18

SIP Servlet 1.1 规范第 15.4.2 节定义了应用程序路由器打包和部署。

javax.servlet.sip.ar.spi.SipApplicationRouterProvider 系统属性可用于覆盖加载行为并强制使用特定的提供程序实现。

或者,如果 Mobicents SIP Servlet 不适用于 IBM,您可以尝试使用它

SIP Servlets 1.1 Spec Section 15.4.2 defines the Application Router Packaging and Deployment.

javax.servlet.sip.ar.spi.SipApplicationRouterProvider system property can be used to override loading behavior and force a specific provider implementation to be used.

Alternatively you can try with Mobicents SIP Servlets if it doesn't work with IBM

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