Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 79859 invoked from network); 20 Dec 2004 17:01:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Dec 2004 17:01:34 -0000 Received: (qmail 12880 invoked by uid 500); 20 Dec 2004 16:40:24 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 12860 invoked by uid 500); 20 Dec 2004 16:40:24 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 12846 invoked by uid 99); 20 Dec 2004 16:40:24 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of andreas.vombach@psi.ch designates 129.129.190.111 as permitted sender) Received: from psi11.psi.ch (HELO psi11.psi.ch) (129.129.190.111) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 20 Dec 2004 08:40:19 -0800 Received: from 129.129.190.113 by psi11.psi.ch (InterScan E-Mail VirusWall NT); Mon, 20 Dec 2004 17:40:13 +0100 Received: from [129.129.195.149] (PC5108.psi.ch [129.129.195.149]) by psi13.psi.ch with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id VTL6CS1Z; Mon, 20 Dec 2004 17:40:12 +0100 Message-ID: <41C7006B.2000301@psi.ch> Date: Mon, 20 Dec 2004 17:40:11 +0100 From: Andreas Vombach User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat 5.5 classloading blues References: <5.2.1.1.0.20041219230016.039a3b20@pop.shell.visi.com> <4d8f01c4e6ac$a38d3400$0500a8c0@Avatar> In-Reply-To: <4d8f01c4e6ac$a38d3400$0500a8c0@Avatar> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, I'm new to the list and did not read this thread from the beginning but also use tapestry (3.0) on tomcat. I keep tapestry-3.0.jar and tapestry-contrib-3.0.jar in the lib dir of the (to be deployed) war file, the rest goes to /shared/lib except xercesImpl.jar and xml-apis.jar which go in /common/endorsed (very special case) The classloading problem I ran into was on the dbms side, jdbc drivers should go into /common/lib if you want to use pooling because the dbcp stuff resides here. The class.forName() call is mostly the reason for these troubles because it relies on the current classloader ... Cheers Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org