具有 http 侦听端口值的 WebSphere 类

发布于 2024-11-17 05:43:56 字数 336 浏览 1 评论 0原文

我需要知道WebSphere 的类,它保存WebSphere 的http 侦听端口值。 任何人都可以帮我解决这个问题吗?

它类似于 WebLogic 帖子

http://www. coderanch.com/t/536941/BEA-Weblogic/Class-holds-weblogic-port#2463378

我想使用反射找到http监听端口当类(保存端口配置)由类加载器加载时。

I need to know WebSphere's class which holds the WebSphere's http listen port value.
Can any one help me with this.

Its similar to WebLogic post

http://www.coderanch.com/t/536941/BEA-Weblogic/Class-holds-weblogic-port#2463378

I want to find the http listen port, using reflection when the class(which holds port configuration) loads by class loader.

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

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

发布评论

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

评论(1

慈悲佛祖 2024-11-24 05:43:56

http 侦听端口可以在 [was_home]/profiles/[profile_name]/config/cells/[cell_name]/nodes/[node_name]/serverindex.xml 文件中找到/配置。

The http listen port can be found / configured in the [was_home]/profiles/[profile_name]/config/cells/[cell_name]/nodes/[node_name]/serverindex.xml file.

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