Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36C959A29 for ; Fri, 10 Feb 2012 02:53:17 +0000 (UTC) Received: (qmail 86569 invoked by uid 500); 10 Feb 2012 02:53:12 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 86429 invoked by uid 500); 10 Feb 2012 02:53:01 -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 86420 invoked by uid 99); 10 Feb 2012 02:52:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2012 02:52:59 +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 (nike.apache.org: domain of shmoldie@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vx0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2012 02:52:52 +0000 Received: by vcbfl17 with SMTP id fl17so2020133vcb.18 for ; Thu, 09 Feb 2012 18:52:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=KkDLZpRP0cXQWATMMz/UqlBa6RTv7ISnwXWhP5IGGlE=; b=BxFWr3Q7Dcr41RYqXcxe0GrrnF8YSZ23xSPvpuUpMpR7hb94aaZ3l1N5iGn86JhAPZ he0Q/KzoMXXIXjwvsEzyKP67T6CpJt/kWH4G+ieBnAjdgZWm25Aws/VG5lRulxJlNgal Er2aQTRcwKJfOpEOjzJepCmSok7Y/7szeoPjY= MIME-Version: 1.0 Received: by 10.220.38.132 with SMTP id b4mr1958959vce.72.1328842350426; Thu, 09 Feb 2012 18:52:30 -0800 (PST) Sender: shmoldie@gmail.com Received: by 10.220.178.11 with HTTP; Thu, 9 Feb 2012 18:52:30 -0800 (PST) In-Reply-To: <4F3395E7.1070501@pidster.com> References: <4F32C1F6.10402@apache.org> <4F32CFAC.1000905@apache.org> <4F32D40B.7010608@apache.org> <99C8B2929B39C24493377AC7A121E21FB0112ED15F@USEA-EXCH8.na.uis.unisys.com> <99C8B2929B39C24493377AC7A121E21FB0112ED236@USEA-EXCH8.na.uis.unisys.com> <4F3395E7.1070501@pidster.com> Date: Thu, 9 Feb 2012 21:52:30 -0500 X-Google-Sender-Auth: C0LZvjLOMZUDSTvNA5l2eaTUxGQ Message-ID: Subject: Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication? From: Jonathan Rosenberg To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org After many sessions of logging, testing, etc. I have convinced that I have been looking at tow unrelated issues: 1) Tomcat's auth was failing due to closed DB connections. But this is actually not a problem & was unrelated to the problem I was trying to track down. 2) My app's DB pool is not set up correctly. I need to figure out how/why = now. It was coincidental timing in the the logs that was leading me to believe the two were related. Thanks to all of you who offered suggestions. I belong to many tech forums, but this is the easiest one on which to get good help. Actually, makes me wish I had more problems with Tomcat than my other systems :-) -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Thu, Feb 9, 2012 at 4:46 AM, Pid wrote: > On 09/02/2012 00:19, Jonathan Rosenberg wrote: >> Thanks to all who are trying to help. =A0See info below. > > >> Here it is: > > What about the appname/WEB-INF/web.xml? > > > p > > > -- > > [key:62590808] > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org