RE: Java-Amaya and proxies/cache

I've successfully used http.nonProxyHosts as documented in
http://java.sun.com/j2se/1.4/docs/guide/net/properties.html

java -Dhttp.proxyHost=proxy.mydomain.it -Dhttp.proxyPort=8080
-Dhttp.nonProxyHosts="*.mydomain.it|127.0.0.1" URLgrabber
http://127.0.0.1:8080/

---
Luca Orlandi  - Inferentia Spa MI (I)
Phone: +39 0259928451 - Fax: +39 02 59928221

Received on Thursday, 5 July 2001 10:20:40 UTC