具有 http 侦听端口值的 WebSphere 类
我需要知道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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.