Configuring an HTTP Proxy Server for WAS

Use these steps to set up an HTTP proxy server for WAS.

To set up an HTTP proxy on WAS:

  1. On the IBM WebSphere Application Server, open the WebSphere Application Server console.

  2. In the left navigation pane, click the Application Servers link under Servers.

  3. Click the application server that is hosting the Business Services Server.

  4. Expand Process Definition on the right, and then click the Java Virtual Machine (JVM) link.

  5. On the JVM properties page, click Custom Properties.

  6. Add the required http proxy configuration properties.

    • http.nonProxyHosts

    • http.proxyHost

    • http.proxyPassword

    • http.proxyPort

    • http.proxyUser

    • javax.xml.rpc.ServiceFactory - oracle.j2ee.ws.client.ServiceFactoryImpl

  7. Add the required https proxy configuration properties.

    • https.nonProxyHosts

    • https.proxyHost

    • https.proxyPassword

    • https.proxyPort

    • https.proxyUser