在控制台中为 ibm websphere 服务器设置代理配置
我的 WebSphere ESB 服务器在我们网络中的公司代理服务器后面运行。 当我尝试访问外部 Web 服务时,出现网络异常(无法访问目标主机)。
除了服务器启动参数之外,还有什么方法可以在控制台中设置我的代理配置吗? -Dhttp.proxyHost=10.0.0.100 -Dhttp.proxyPort=8800
My WebSphere ESB server runs behind corporate proxy server in our network.
When I try to access external web-service i get network exceptions (cannot access destination host).
Is there any way to set my proxy configuration in console, except server startup params?
-Dhttp.proxyHost=10.0.0.100 -Dhttp.proxyPort=8800
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不。
由于 WAS 利用 JVM TCP/IP 功能,因此唯一的方法就是您所发现的:通过 VM Args 配置 JVM。
No.
Since WAS leverage JVM TCP/IP capabilities, the only way is what you found: configure the JVM through the VM Args.
编辑:这些特定选项可以设置为 JVM 的附加属性
请参阅 http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/twbs_configwbsclient2webproxy.html
在 WAS 中,选项JVM 在“应用程序服务器”>“应用程序服务器”中设置server_name > >流程定义> Java 虚拟机。
请参阅 http://www-01.ibm.com/support/docview。 wss?uid=swg21417365
Edit: Those particular options can be set as Additional Properties to the JVM
See http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/twbs_configwbsclient2webproxy.html
In WAS, options to the JVM are set in Application servers > server_name > Process definition > Java Virtual Machine.
See http://www-01.ibm.com/support/docview.wss?uid=swg21417365