Depoyment problem when using Proxy in Weblogic
We use a -D parameter on our Weblogic 10.3.2.0 servers located in
thesetDomainEnc.sh file. The parameters are
labeled
-Dhttps.proxyHost=${FDX_PROXY_HOST} -Dhttps.proxyPort=${FDX_PROXY_PORT}
-Dhttp.nonProxyHosts=${NON_PROXY_HOSTNAMES}.
The values = to are listed in the domainEnv.cfg.
FDX_PROXY_HOST= *
FDX_PROXY_PORT=*
NON_PROXY_HOSTNAMES="*
When we attempt to deploy an application on the managed server which use
the proxy the application will not deploy, however when the proxy is
removed the application will deploy.
To add to the scenario, the proxy is the same proxy and port number
being used across all of our other development environments without
-Dhttps.proxyHost=${FDX_PROXY_HOST} -Dhttps.proxyPort=${FDX_PROXY_PORT}
-Dhttp.nonProxyHosts=${NON_PROXY_HOSTNAMES}.
The values = to are listed in the domainEnv.cfg.
FDX_PROXY_HOST= *
FDX_PROXY_PORT=*
NON_PROXY_HOSTNAMES="*
When we attempt to deploy an application on the managed server which use
the proxy the application will not deploy, however when the proxy is
removed the application will deploy.
To add to the scenario, the proxy is the same proxy and port number
being used across all of our other development environments without
0