You might also try adding this to your command line, before you go configuring some new logging package:
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog I think it tells commons-logging to spit log messages to stdout. I got this recommendation from the Digester documentation. K.C. > -----Original Message----- > From: Adam Jack [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 1:42 PM > To: 'Jakarta Commons Users List' > Subject: RE: HttpClient > > > You need a logging package, either log4j (from Jakarta) or > JDK1.4 or .... > > Commons Logging is just a wrapper to one of these... > > regards > > Adam > -----Original Message----- > From: Ashok Bhargav [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 11:34 AM > To: [EMAIL PROTECTED] > Subject: HttpClient > > > Hi All, > > I am new to this list. I just downloaded HttpClient. > I am trying to write a simple application using > HttpCleint in WSAD 5.0. I have included > commons-logging,jar and commons-httpclient.jar. > I keep getting the error > "java.lang.NoClassDefFoundError: > org/apache/commons/logging/LogFactory at > org.apache.commons.httpclient.HttpClient.<clinit>(HttpClient.java:94)" > > Can some help me with this > > Thanks > Ashok > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > >
