Re: Catching Exceptions from incorrect proxy setting

2003-03-18 Thread Tim C.
> > I keep returning to the same problem of trying to find a way of allowing a > user on the client side to determine proxy settings. It seems if they > define: > >System.setProperty("proxySet", "true" ); >System.setProperty("http.proxyPort",8080); >System.setProperty("http.proxyHost",

Re: Catching Exceptions from incorrect proxy setting

2003-03-17 Thread Steve Loughran
- Original Message - From: "Tim C." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 13:38 Subject: Catching Exceptions from incorrect proxy setting > > I keep returning to the same problem of trying to find a way of allowing a

Catching Exceptions from incorrect proxy setting

2003-03-17 Thread Tim C.
I keep returning to the same problem of trying to find a way of allowing a user on the client side to determine proxy settings. It seems if they define: System.setProperty("proxySet", "true" ); System.setProperty("http.proxyPort",8080); System.setProperty("http.proxyHost",wwcache.blah); be