Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 71107 invoked from network); 6 Mar 2011 18:00:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Mar 2011 18:00:02 -0000 Received: (qmail 96429 invoked by uid 500); 6 Mar 2011 17:59:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 96223 invoked by uid 500); 6 Mar 2011 17:59:58 -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 96212 invoked by uid 99); 6 Mar 2011 17:59:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Mar 2011 17:59:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nsushkin@openfinance.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Mar 2011 17:59:51 +0000 Received: by qwj8 with SMTP id 8so3851790qwj.18 for ; Sun, 06 Mar 2011 09:59:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openfinance.com; s=google; h=domainkey-signature:from:organization:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=fqQDBemFOAsEAleGDU/Ox5OXxL72Jb0dq4UIfk/t1Ko=; b=CkMGP+gwDyXGysbDJOvdOSbJmvSXfoBR/w847EoN/Jqdt9puMcYk4n+90OtilLFr6d A4Vp/V8GLxP4PknMyjaeL7mPORsDi1TFElFLbYqQdglhJWKIBeY+pOKn/WaLembdx1yt JksvkZ+IAa8RqTezCZ8TiG0nIbBuUB/5ndYQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=openfinance.com; s=google; h=from:organization:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=eUBUsKE3nc1ZYcEzUgaNzLLZFjPwtGjLfS4jrM54eEtsVeEGJGrZGo6n/xLKAi2W8E PabwtQRpxB0qPgLmmgjbJugqo6ScCxkZDssXXfABTV5xSMCFUFXfltRpvqLdyB2vfcV9 xo1XLr0bnwSaNNLuZLRglFMovYJyE0Pf+fm/M= Received: by 10.224.32.158 with SMTP id c30mr2444819qad.175.1299434369934; Sun, 06 Mar 2011 09:59:29 -0800 (PST) Received: from strela.localnet (71-88-101-76.dhcp.oxfr.ma.charter.com [71.88.101.76]) by mx.google.com with ESMTPS id s32sm1236084qco.14.2011.03.06.09.59.27 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Mar 2011 09:59:28 -0800 (PST) From: Nicholas Sushkin Organization: Open Finance To: users@tomcat.apache.org Subject: Re: Cleaning up after tomcat jdbc-pool? Date: Sun, 6 Mar 2011 12:59:26 -0500 User-Agent: KMail/1.13.3 (Linux/2.6.33.4-smp; KDE/4.4.3; i686; ; ) References: <4D6FBF27.50103@hanik.com> <201103041059.42461.nsushkin@openfinance.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201103061259.26698.nsushkin@openfinance.com> On Sunday, March 06, 2011 07:45:19 =D7=94=D7=99=D7=9C=D7=94 wrote: > Hey, > i'd glad to get you help with something :] > I tried to put > org.apache.tomcat.jdbc.pool.DataSourceFactory > but after restarting tomcat, i get the error > could not load resource factory class > why is that? > how can I define my application to clean up the pool? >=20 > Thanks > Hila The Factory we were talking about was from Tomcat's new jdbc pool, not from= =20 the default pool. If you're using the default pool, you don't need to do=20 anything special like specifying factory in your context. So, if you are using the _new_ pool, make sure to have the tomcat-jdbc.jar= =20 installed in your Tomcat.=20 http://people.apache.org/~fhanik/tomcat/jdbc-pool.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org