Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Hi All, I have a Socket open on port 21 for FTP service. But I need to go through a proxy. When I try to connect, it throws an IOException as "Permission denied". Please let me know how I can tell the Socket to pass through the proxy. Thanks Amit Lonkar
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher
If you are going thru a SOCKS proxy then you can use the following code: Properties props = System.getProperties(); props.put("socksProxyHost", proxyHostname); props.put("socksProxyPort", Integer.toString(proxyPort)); System.setProperties(props); where proxyHostname is your proxy ip address or hostname and proxyPort is your SOCKS proxyPort (default is typically 1080)
Heroic work plunger man. Please allow me to introduce you to this tiny ad:
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth