1.4 Configuring the Proxy Server for Runtime You must configure the proxy server for runtime use. Open FMW_HOME/user_projects/domains/WLS_SOA/bin/setDomainEnv.sh. Add the following line to EXTRA_JAVA_PROPERTIES:-Dhttp.proxyHost=www-proxy.us.example.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=localhost|*.us.company_name.com|127.0.0.1|10.*.*.*|*.foo.com|etc -Dhttps.proxyHost=www-proxy.us.company_name.com -Dhttps.proxyPort=80"Where www-proxy.us.example.com is the host name of your proxy server.