Wednesday, November 21, 2007

Connecting to URL from behind a proxy server
Use java proxy server jvm arguments to connect to internet
These properties are "http.proxyHost" and "http.proxyPort".
-DproxySet=true -Dhttp.proxyHost=proxyIP -DproxyPort=port
Sample usage

java -DproxySet=true -Dhttp.proxyHost=proxyIP -DproxyPort=port

No comments: