httpproxywebspheresetting

Setup proxy configuration for ibm websphere server in console


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


Solution

  • No. Since WAS leverage JVM TCP/IP capabilities, the only way is what you found: configure the JVM through the VM Args.