I am doing some web sevices work on Java 5 on a mac (10.6.2)....
Ever since IT made us start using a proxy server, life has gotten a lot harder. Java appears to be pulling in the system proxy server settings, but not the exclude list. This means when I try to call a web service for "localhost", java tries to his the proxy server instead and my call blows up. Same for my hostname or IP.
So to work in the office, I have to go to System Settings and remove the proxy configuration. Then it's all good, except I can't hit the internet. No matter what I do in my system settings with the exclude list, it has no effect on Java.
I have tried -Djava.net.useSystemProxies=false and it didn't seem to do anything.
thanks for any help!