Hi Jeff, you should take care of this problem first:
> 2006/10/10 15:41:05:312 BST [WARN] SimpleHttpConnectionManager - > -SimpleHttpConnectionManager being used incorrectly. Be sure that > HttpMethod.releaseConnection > > () is always called and that only one thread and/or method is using this > connection manager at a time. The first request is sent via a port 3128 all right. On the second request, HttpClient tries to connect to port 80 directly. Are you by any chance using an HttpClient.execute(...) method with an explicit host configuration argument? cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
