Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 12843 invoked by uid 98); 6 Jan 2003 18:03:03 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 12823 invoked from network); 6 Jan 2003 18:03:01 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 6 Jan 2003 18:03:01 -0000 Received: (qmail 37748 invoked by uid 500); 6 Jan 2003 18:01:41 -0000 Received: (qmail 37720 invoked from network); 6 Jan 2003 18:01:40 -0000 Received: from europa.heavens-door.net (212.77.229.2) by daedalus.apache.org with SMTP; 6 Jan 2003 18:01:40 -0000 Received: from gmx.de (fire2.mediatis.de [62.96.5.10]) (authenticated bits=0) by europa.heavens-door.net (8.12.2/8.12.1) with ESMTP id h06I1bY1023917 for ; Mon, 6 Jan 2003 19:01:37 +0100 Message-ID: <3E19C559.4080906@gmx.de> Date: Mon, 06 Jan 2003 19:05:13 +0100 From: Christopher Lenz Organization: mediatis GmbH User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en MIME-Version: 1.0 To: Cactus Users List Subject: Re: Sample from tutorial problem References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Aleksandr Shneyderman wrote: >>are you 100% sure you're using the version of Commons-HttpClient that >>came with the Cactus distribution? > > > yep, the jar file is called commons-httpclient-2.0alpha1-20020606.jar > it came with cactus I just copied it over to the lib directory of the > application. > Good. Still, this looks like you might have a different version of commons-httpclient that somehow makes it into the web-apps classpath... I'd suggest you double-check your CLASSPATH and the libraries that are installed in some shared location of either JBoss and Jetty. Don't we all love problems like this :-P -chris