*!ӣ$% JAVA and Web Proxy

[a quick reminder dont expect all the detail here…just clues]

How to make your JAVA application work behind a proxy.

This assume proxy is called webcache.ninelocks.com and is on port 8080 and the jar file we want to run is called PHRss.jar

java -Dhttp.proxyHost=webcache.ninelocks.com -Dhttp.proxyPort=8080 -jar PHRss.jar

Copious ORacle style notes on this available at

http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html

This entry was posted in coding, computing, JAVA and tagged , . Bookmark the permalink.

Comments are closed.