RE: Logging Problem

2004-06-24 Thread Kalnichevski, Oleg
Tim, * What is the exact JRE version that you are using? * Are you running HttpClient in a container (servlet container, EJB container)? * What other libraries do you have on the JRE's classpath? * Have you tried setting those system properties upon the JRE startup using -D directive? Oleg

Re: Logging Problem

2004-06-24 Thread Tim Patton
1:15 PM Subject: RE: Logging Problem Tim, * What is the exact JRE version that you are using? * Are you running HttpClient in a container (servlet container, EJB container)? * What other libraries do you have on the JRE's classpath? * Have you tried setting those system properties upon the JRE

Re: Logging problem

2003-12-31 Thread Eric Johnson
Chris, Looks suspiciously like a ClassLoader problem, and not directly related to HttpClient. I suggest looking on the net for compatibility issues with JRun/ColdFusion MX and commons-logging. Also see the logging instructions for HttpClient here: