How to set the proxy to be used by the JVM
set VM arguments as
-Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=9999
if exclusion is needed add
-Dhttp.nonProxyHosts=”localhost|127.0.0.1″
if authentication is needed
Do you enjoy this blog? Do you find the information helpful? Then go ahead and treat me to a coffee or send me a tip! I love Barista's Cappuccino Cookie n Cream . Choose any amount you wish, whatever you feel this blog is worth to you.-Dhttp.proxyUser=”username” -Dhttp.proxyPassword=”password”
