Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 66888 invoked from network); 26 Mar 2010 19:58:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Mar 2010 19:58:04 -0000 Received: (qmail 46225 invoked by uid 500); 26 Mar 2010 19:58:01 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 46054 invoked by uid 500); 26 Mar 2010 19:58: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 46044 invoked by uid 99); 26 Mar 2010 19:58:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Mar 2010 19:58:01 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.82.249.131] (HELO mail28.messagelabs.com) (216.82.249.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Mar 2010 19:57:51 +0000 X-VirusChecked: Checked X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-4.tower-28.messagelabs.com!1269633449!47487810!1 X-StarScan-Version: 6.2.4; banners=-,-,- X-Originating-IP: [192.61.61.105] Received: (qmail 13857 invoked from network); 26 Mar 2010 19:57:30 -0000 Received: from naedge.unisys.com (HELO USEA-NAEDGE2.unisys.com) (192.61.61.105) by server-4.tower-28.messagelabs.com with RC4-SHA encrypted SMTP; 26 Mar 2010 19:57:30 -0000 Received: from usea-nahubcas1.na.uis.unisys.com (129.224.76.114) by USEA-NAEDGE2.unisys.com (192.61.61.105) with Microsoft SMTP Server (TLS) id 8.1.393.1; Fri, 26 Mar 2010 14:57:29 -0500 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.42]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Fri, 26 Mar 2010 14:57:29 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Fri, 26 Mar 2010 14:57:27 -0500 Subject: RE: DB connection error -Tomcat 6 config Thread-Topic: DB connection error -Tomcat 6 config Thread-Index: AcrNGiu0Q265cgV/TV2eZktAgJHUjgAArgfQAABCy1A= Message-ID: <99C8B2929B39C24493377AC7A121E21F96D2507AD4@USEA-EXCH8.na.uis.unisys.com> References: <08382548D50D3049BD5599E1E3146B340FFB1EE2C0@exgtmb06.nam.nsroot.net> <08382548D50D3049BD5599E1E3146B341054F20556@exgtmb06.nam.nsroot.net> <99C8B2929B39C24493377AC7A121E21F96CBDD523D@USEA-EXCH8.na.uis.unisys.com> <08382548D50D3049BD5599E1E3146B341054F2056F@exgtmb06.nam.nsroot.net> <08382548D50D3049BD5599E1E3146B341054F20572@exgtmb06.nam.nsroot.net> <99C8B2929B39C24493377AC7A121E21F96CBDD556F@USEA-EXCH8.na.uis.unisys.com> <08382548D50D3049BD5599E1E3146B341054F20577@exgtmb06.nam.nsroot.net> <08382548D50D3049BD5599E1E3146B341054F20579@exgtmb06.nam.nsroot.net> <08382548D50D3049BD5599E1E3146B341054F2057B@exgtmb06.nam.nsroot.net> <99C8B2929B39C24493377AC7A121E21F96CBDD5853@USEA-EXCH8.na.uis.unisys.com> <08382548D50D3049BD5599E1E3146B341054F205DC@exgtmb06.nam.nsroot .net> <4BA94689.6040108@apache.org> <08382548D50D3049BD5599E1E3146B341054F20672@exgtmb06.nam.nsroot.net> <4BAD0A1C.5090600@apache.org> <08382548D50D3049BD5599E1E3146B341054F20674@exgtmb06.nam.nsroot.net> In-Reply-To: <08382548D50D3049BD5599E1E3146B341054F20674@exgtmb06.nam.nsroot.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 > From: Propes, Barry L [mailto:barry.l.propes@citi.com] > Subject: RE: DB connection error -Tomcat 6 config >=20 > I'm also having an issue with a child directory and contents being > seen. Getting 404 errors from this, even though the contents are > unequivocally there. Note that client requests are for URLs, not directories; what the URL maps = to may or may not have anything to do with how things are laid out in the s= erver's file system. You'll need to post specifics: the URL, the webapp's = WEB-INF/web.xml, and the actual deployed file structure. Also, check that = the Tomcat userid has access to the directories of interest. > Mar 26, 2010 12:40:19 PM org.apache.catalina.loader.WebappClassLoader > clearReferencesStopTimerThread > SEVERE: A web application appears to have started a TimerThread named > [Timer-0] via the java.util.Timer API but has failed to stop it. That doesn't necessarily point to the JDBC driver, just that your webapp is= ill-behaved. > Mar 26, 2010 12:40:19 PM org.apache.catalina.startup.ContextConfig > validateSecurityRoles > INFO: WARNING: Security role name service used in an > without being defined in a > Mar 26, 2010 12:40:19 PM org.apache.catalina.startup.ContextConfig > validateSecurityRoles > INFO: WARNING: Security role name admin used in an > without being defined in a > Mar 26, 2010 12:40:19 PM org.apache.catalina.startup.ContextConfig > validateSecurityRoles > INFO: WARNING: Security role name comply used in an > without being defined in a > Mar 26, 2010 12:40:19 PM org.apache.catalina.startup.ContextConfig > validateSecurityRoles The above indicates that the WEB-INF/web.xml for the webapp is incomplete; = read the servlet spec. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org