Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 16671 invoked by uid 98); 13 Jan 2003 22:20:25 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 16652 invoked from network); 13 Jan 2003 22:20:22 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 13 Jan 2003 22:20:22 -0000 Received: (qmail 47591 invoked by uid 500); 13 Jan 2003 22:18:57 -0000 Received: (qmail 47584 invoked from network); 13 Jan 2003 22:18:57 -0000 Received: from unknown (HELO wsmail3.firstam.com) (208.246.101.197) by daedalus.apache.org with SMTP; 13 Jan 2003 22:18:57 -0000 Received: from 172.21.131.5 by wsmail3.firstam.com with ESMTP (Mail (MMS v4.7);); Mon, 13 Jan 2003 14:19:02 -0800 X-Server-Uuid: 645df872-acb9-4cc6-8334-84a82cbe044d Received: from mailhost.res.firstam.com ([167.107.128.12]) by famarp01.firstam.com (Mirapoint Messaging Server MOS 3.2.0.52-EA) with SMTP id ATM50221; Mon, 13 Jan 2003 14:34:23 -0800 (PST) Received: by mailhost.res.firstam.com with Internet Mail Service ( 5.5.2653.19) id ; Mon, 13 Jan 2003 14:19:01 -0800 Message-ID: <6143B7F7EAA5D411B51E0090278878F6C5FDD5@sacexc01.ti.transamerica.com> From: "Baltz, Kenneth" To: "Jakarta Commons Users List" , ajack@TrySybase.com Subject: RE: HttpClient Date: Mon, 13 Jan 2003 14:19:03 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) X-WSS-ID: 123DE4DC2942727-02-01 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2BB51.C7C05150" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2BB51.C7C05150 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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:ajack@TrySybase.com] > 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:ashokbhargav@yahoo.com] > Sent: Monday, January 13, 2003 11:34 AM > To: commons-user@jakarta.apache.org > 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.(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: > > For additional commands, e-mail: > > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > ------_=_NextPart_001_01C2BB51.C7C05150--