Friday, 18 April 2014

Proxy settings for weblogic server

If you want to set proxy for weblogic server go to fmwhome/user_projects/domains//bin
Open setDomainEnv.sh and add the below entry

PROXY_SETTINGS="-DproxySet=true -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.nonProxyHosts= -Dhttps.proxyHost= -Dhttps.proxyPort -Dhttps.nonProxyHosts="
export PROXY_SETTINGS