Re: HttpRecoverableException when using httpClient only in certai n situation

2004-05-05 Thread Michael Becke
Hi Jing, My guess is that Log4j is on your classpath. Commons logging is really just a facade for other logging systems. When log4j is present it will be deferred to for logging, including configuration. Mike On May 5, 2004, at 12:41 PM, Jing Chen wrote: Hi Michael, Thanks for your reply

RE: HttpRecoverableException when using httpClient only in certai n situation

2004-05-05 Thread Jing Chen
Hi Michael, Thanks for your reply. I was mistakenly submit the request twice - which means that I am using the single instance for multiple thread! There is another question about the log, I have setProperty for the log as follows, but I don't see any output for httpClient ... Why? System.setP