Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 24435 invoked from network); 11 Feb 2008 21:24:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2008 21:24:21 -0000 Received: (qmail 34227 invoked by uid 500); 11 Feb 2008 21:24:11 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 34180 invoked by uid 500); 11 Feb 2008 21:24:10 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 34169 invoked by uid 99); 11 Feb 2008 21:24:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 13:24:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [12.11.148.84] (HELO irp2.ptc.com) (12.11.148.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 21:23:24 +0000 X-IronPort-AV: E=Sophos;i="4.25,335,1199682000"; d="scan'208";a="9305482" Received: from hq-ex3fe2.ptcnet.ptc.com ([132.253.201.63]) by irp2.ptc.com with ESMTP; 11 Feb 2008 16:23:45 -0500 Received: from [132.253.9.179] ([132.253.9.179]) by HQ-EX3FE2.ptcnet.ptc.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 11 Feb 2008 16:23:45 -0500 Message-ID: <47B0BD13.3040500@ptc.com> Date: Mon, 11 Feb 2008 15:24:35 -0600 From: Jess Holle User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: Tomcat 6.0.16 Startup Listener References: <47ADE711.1050209@gmail.com> <96e4b5230802111115j53f9b8dci3282302c37036b0e@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Feb 2008 21:23:45.0321 (UTC) FILETIME=[6211C190:01C86CF4] X-Virus-Checked: Checked by ClamAV on apache.org Stusynski, Dan wrote: > Tomcat devs, > > Noticed a curiousity during 6.0.16 startup after migrating from 6.0.14. > > Below is the startup logs for Tomcat 6.0.16 and am curious if this has > been seen before (the duplicate Listeners)? This was not encountered in > 6.0.14. > > Not only do we get these duplicate Listener messages for anything > defined in web.xml but we also get it for anything we might define > additionaly for our softwares Listeners. > In other words, we also get such duplicate listener messages any/all 's in our web app's web.xml as well. [Our web.xml is a perfectly valid 2.4 web.xml that worked fine with 6.0.14.] These info messages were certainly not present in 6.0.14 and even if they're bogus raise concerns and questions in 6.0.16. -- Jess Holle > Feb 11, 2008 3:01:40 PM org.apache.catalina.core.AprLifecycleListener > init > INFO: The APR based Apache Tomcat Native library which allows optimal > performance in production environments was not found on the > java.library.path: > C:\Java\jdk1.5.0_11\bin;.;C:\WINNT\system32;C:\WINNT;C:\Java\jdk1.5.0_11 > \jre\bin;C:\Java\jdk1.5.0_11\bin;C:\Java\jdk1.5.0_11\bin;C:\Java\jdk1.5. > 0_11\jre\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Progra > m > Files\Rational\common;T:\sde\bin;T:\gnu\bin;C:\Perl\bin;O:\Oracle102\Ora > 102\bin;C:\Program > Files\Rational\ClearCase\bin;C:\NASM\nasm-0.98.39;C:\cygwin\bin;O:\Oracl > e10g\ora10\bin > Feb 11, 2008 3:01:40 PM org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 1210 ms > Feb 11, 2008 3:01:40 PM org.apache.catalina.core.StandardService start > INFO: Starting service Catalina > Feb 11, 2008 3:01:40 PM org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/6.0.16 > Feb 11, 2008 3:01:41 PM org.apache.catalina.core.StandardContext > addApplicationListener > INFO: The listener "listeners.ContextListener" is already configured for > this context. The duplicate definition has been ignored. > Feb 11, 2008 3:01:41 PM org.apache.catalina.core.StandardContext > addApplicationListener > INFO: The listener "listeners.SessionListener" is already configured for > this context. The duplicate definition has been ignored. > Feb 11, 2008 3:01:42 PM org.apache.catalina.core.StandardContext > addApplicationListener > INFO: The listener "listeners.ContextListener" is already configured for > this context. The duplicate definition has been ignored. > Feb 11, 2008 3:01:42 PM org.apache.catalina.core.StandardContext > addApplicationListener > INFO: The listener "listeners.SessionListener" is already configured for > this context. The duplicate definition has been ignored. > Feb 11, 2008 3:01:44 PM org.apache.jk.common.ChannelSocket init > INFO: JK: ajp13 listening on /0.0.0.0:8010 > Feb 11, 2008 3:01:44 PM org.apache.jk.server.JkMain start > INFO: Jk running ID=0 time=0/218 config=null > Feb 11, 2008 3:01:44 PM org.apache.catalina.startup.Catalina start > INFO: Server startup in 3985 ms > Feb 11, 2008 3:01:59 PM org.apache.catalina.core.StandardService stop > INFO: Stopping service Catalina > > Dan Stusynski > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org