Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 61071 invoked from network); 22 Jul 2008 16:13:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 16:13:32 -0000 Received: (qmail 381 invoked by uid 500); 22 Jul 2008 16:13:19 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 352 invoked by uid 500); 22 Jul 2008 16:13:19 -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 329 invoked by uid 99); 22 Jul 2008 16:13:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 09:13:19 -0700 X-ASF-Spam-Status: No, hits=-4.0 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 [192.61.61.104] (HELO usea-naimss2.unisys.com) (192.61.61.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 16:12:22 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss2 with InterScan Message Security Suite; Tue, 22 Jul 2008 11:12:25 -0500 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 22 Jul 2008 11:12:25 -0500 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 22 Jul 2008 11:12:24 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Tue, 22 Jul 2008 11:12:24 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Tue, 22 Jul 2008 11:12:24 -0500 Subject: RE: ContextListener executes twice Thread-Topic: ContextListener executes twice Thread-Index: AcjsDwWinAA6jfzdRsShG7zEy9rwVAAAzlhgAAAwzIAAAH9IMA== Message-ID: <0AAE5AB84B013E45A7B61CB66943C17213BB2F5CCE@USEA-EXCH7.na.uis.unisys.com> References: <0AAE5AB84B013E45A7B61CB66943C17213BB2F5BD4@USEA-EXCH7.na.uis.unisys.com> In-Reply-To: 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: 22 Jul 2008 16:12:24.0988 (UTC) FILETIME=[BAA4A5C0:01C8EC15] X-Virus-Checked: Checked by ClamAV on apache.org > From: Riaz, Bob [mailto:Bob.Riaz@Pearson.com] > Subject: RE: ContextListener executes twice > INFO: The listener "MyContextListener" is > already configured for this context. The > duplicate definition has been ignored. That's a purely cosmetic error in the current 6.0 version; fixed in 6.0.17,= whenever it gets released. > Default settings from context.xml: That looks like the global settings, not the one for your webapp. 1) Where is your webapp deployed? 2) Do you have a META-INF/context.xml file inside your webapp? If so, what= 's in it? 3) Do you have a conf/Catalina/[host]/[appName].xml file? If so, what's in= it? 4) What is the appBase setting for each of your elements in conf/ser= ver.xml? 5) Do you have any elements in server.xml? (You shouldn't.) - 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