Calls outside network through proxy in weblogic is too slow
HI Team,
We are making service calls to webservice through osb service which passes through proxy and firewall before reaching the external service. Settings made in weblogic to setup are like below,
export JAVA_OPTIONS="-Dhttps.proxyHost=proxyHost.via.novonet -Dhttps.proxyPort=80 ${JAVA_OPTIONS} -Dhttps.nonProxyHosts=localhost|127.0.0.1|ServerIPList -Djava.net.useSystemProxies=false -DproxySet=true"
It is taking around 2 minutes to leave our server and to hit proxy firewall, we are not sure why it is taking 2 minutes to leave server. We got to know this by running TCPDUMP on our ethernet interface. Please help on improving this performance or on debugging why is it taking so much time to leave server.