Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 46917 invoked from network); 14 Sep 2008 22:06:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Sep 2008 22:06:03 -0000 Received: (qmail 16983 invoked by uid 500); 14 Sep 2008 22:05:49 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 16799 invoked by uid 500); 14 Sep 2008 22:05:48 -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 16788 invoked by uid 99); 14 Sep 2008 22:05:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Sep 2008 15:05:48 -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: local policy) Received: from [192.61.61.109] (HELO usea-naimss4.unisys.com) (192.61.61.109) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Sep 2008 22:04:47 +0000 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss4 with InterScan Message Security Suite; Sun, 14 Sep 2008 17:04:57 -0500 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.55]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 14 Sep 2008 17:04:57 -0500 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 14 Sep 2008 17:04:57 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.41]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Sun, 14 Sep 2008 17:04:57 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Sun, 14 Sep 2008 17:04:55 -0500 Subject: RE: JNDI configuration in webapp/META-INF/context.xml Thread-Topic: JNDI configuration in webapp/META-INF/context.xml Thread-Index: AckWsxQOPqztc3yzSZOoJTxBflqAxQAAnlNw Message-ID: <0AAE5AB84B013E45A7B61CB66943C172143044517D@USEA-EXCH7.na.uis.unisys.com> References: <19474901.post@talk.nabble.com> <0AAE5AB84B013E45A7B61CB66943C1721430445149@USEA-EXCH7.na.uis.unisys.com> <19484751.post@talk.nabble.com> In-Reply-To: <19484751.post@talk.nabble.com> 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 X-OriginalArrivalTime: 14 Sep 2008 22:04:57.0074 (UTC) FILETIME=[EC935520:01C916B5] X-Virus-Checked: Checked by ClamAV on apache.org > From: walterw [mailto:walterjwhite@hotmail.com] > Subject: RE: JNDI configuration in webapp/META-INF/context.xml > > > WEB-INF/web.xml > > type=3D"javax.sql.DataSource" > driverClassName=3D"${jdbc.driver}" url=3D"${jdbc.url}" > username=3D"${jdbc.username}" > password=3D"${jdbc.password}" maxActive=3D"100" > maxIdle=3D"30" maxWait=3D"10000"/> > Also, exactly where is the above element located? If you have a element in conf/Catalina/[host]/[appName].xml that = might have been created from a previous deployment, that will override the = one in META-INF/context.xml. Get rid of the [appName].xml one if it exists= . - 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 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