From: Gil H. <gi...@te...> - 2005-02-08 19:49:21
|
Hi, When I try and run a simple test program behind a corporate firewall I get: java.net.UnknownHostException: http://webcache at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364) at java.net.Socket.connect(Socket.java:505) 'webcache' is the proxy and I've set it in the code as: final WebClient webClient = new WebClient(BrowserVersion.MOZILLA_1_0, "http://webcache", 8080); Is there any reason why it would not be found? If I ping from the it seems to be found ... Any help would be appreciated. Thanks, Gil |