Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 62842 invoked from network); 15 Sep 2008 14:35:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Sep 2008 14:35:12 -0000 Received: (qmail 45774 invoked by uid 500); 15 Sep 2008 14:34:56 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 45751 invoked by uid 500); 15 Sep 2008 14:34:56 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 45709 invoked by uid 99); 15 Sep 2008 14:34:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 07:34:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.217.10 as permitted sender) Received: from [209.85.217.10] (HELO mail-gx0-f10.google.com) (209.85.217.10) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 14:33:58 +0000 Received: by gxk3 with SMTP id 3so17049148gxk.0 for ; Mon, 15 Sep 2008 07:34:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=XzzOm/zCW+lv9U98giwwJxrRUkEbmBvyjp2RNK8Uba8=; b=BI3jvwuTxJ6bN72vMaG1rCBUNf8/X7ThfbyD+indNUdIrb+hHSzi7egijQB/arfEBB WWbh2A43CmWuMlnYxTEzUjgBR/SRSPrGacn1YKcZNHF6DSoRx5T55cZjOP5dfW0Kk0Ud dmG0zZoDgIjSAPmLIfOcBNEG/w1MJxekogxBw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=csaVnUUUwGBVKotOklXgMQs5UrubjpUkgtB+JWkpWiM3KqmRf69Si7MqsQTeiW6B0A 1QzsKowgmk2Ra9RmnquARxARVyOg5TPILv4C2i8xTWUWKxSrKQARxnESyMQDCgSGfn4x kAHgYkStqyTlieZ7w1dAQTINhBIMH5QTh3sMs= Received: by 10.103.49.7 with SMTP id b7mr5533901muk.3.1221489268889; Mon, 15 Sep 2008 07:34:28 -0700 (PDT) Received: by 10.103.218.16 with HTTP; Mon, 15 Sep 2008 07:34:28 -0700 (PDT) Message-ID: <427155180809150734v4d911803y42a3cde3219fdf6@mail.gmail.com> Date: Mon, 15 Sep 2008 18:34:28 +0400 From: "Konstantin Kolinko" To: "Tomcat Users List" Subject: Re: Tomcat 5.5 vs. 6.0 classloading In-Reply-To: <19492717.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19492717.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org 2008/9/15 AdamR : > > Whenever I attempt to deploy a particular webapp into Tomcat 5.5, I get a > NoClassDefFoundError on javax/servlet/http/HttpServlet. > > Servlet-api.jar is in the usual place (apache-tomcat-5.5.26\common\lib). > > Using Tomcat 6 on the same machine, the webapp deploys fine. > > Any thoughts? > -- > Please check, that you do not have a conflicting copy of that file somewhere, especially in you app's own WEB-INF/lib folder. http://wiki.apache.org/tomcat/FAQ/Class_Not_Found#Q2 Best regards, Konstantin Kolinko --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org