Wrong Syntax, Don't need double quotes.
set JVM_SUPPORT_RECOMMENDED_ARGS= -Dhttp.proxyHost=proxyprd.abc.com -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*abc.com|*.abc.com|localhost
I modified setenv.sh to have these lines:
PROXY_ARGS="-Dhttp.proxyHost=proxy.mycorp.com -Dhttp.proxyPort=8080"
JAVA_OPTS="-Xms256m -Xmx512m -XX:MaxPermSize=256m $JAVA_OPTS -Djava.awt.headless=true ${PROXY_ARGS} "
export JAVA_OPTS
Note: don't forget that last space after the ${PROXY_ARGS} before the quote!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.