Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 54099 invoked from network); 17 Feb 2009 11:19:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2009 11:19:01 -0000 Received: (qmail 4135 invoked by uid 500); 17 Feb 2009 11:18:48 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 4105 invoked by uid 500); 17 Feb 2009 11:18:47 -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 4093 invoked by uid 99); 17 Feb 2009 11:18:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 03:18:47 -0800 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 [202.173.181.222] (HELO geekscape.org) (202.173.181.222) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 11:18:39 +0000 Received: from [192.168.1.101] (c220-239-203-226.chirn1.vic.optusnet.com.au [220.239.203.226]) by geekscape.org (8.13.4/8.13.4) with ESMTP id n1HBI2qX026740 for ; Tue, 17 Feb 2009 22:18:12 +1100 Subject: Re: Wrong Time Shown in Catalina.out of Tomcat. From: Ben Stringer To: Tomcat Users List In-Reply-To: <22054371.post@talk.nabble.com> References: <22054371.post@talk.nabble.com> Content-Type: text/plain Date: Tue, 17 Feb 2009 22:17:50 +1100 Message-Id: <1234869470.28389.8.camel@ben8600> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (geekscape.org [192.168.1.3]); Tue, 17 Feb 2009 22:18:17 +1100 (EST) X-Virus-Checked: Checked by ClamAV on apache.org The Java runtime (JRE or JDK) maintains it's own timezone files. Most likely there is a mismatch between the timezone for the OS and the Java runtime (eg. daylight savings time). Try installing the latest Java runtime and rechecking. For more info, google for "Java Olson timezone". Cheers, Ben On Tue, 2009-02-17 at 02:25 -0800, kashif_tomcat wrote: > Hi All, > > These days i am facing a strange problem on Production Server. here is my > issue. > > We are running tomcat 6.0.18 in QA and Production environment. > > ON QA Server, When i start tomcat, its catalina shows the same time as of > OS. > > [root@qatest ~]# date > Tue Feb 17 10:04:53 GMT 2009 > [root@qatest ~]# tail -f /usr/local/apache-tomcat-6.0.18/logs/catalina.out > 2009-02-17 10:04:38,333 INFO [com............. > > > On Production Server. When i start Tomcat, its catalina shows time OS Time > +1 hour. > > [root@Production ~]# date > Tue Feb 17 10:20:05 GMT 2009 > [root@Production ~]# /usr/local/apache-tomcat-6.0.18/logs/catalina.out > 2009-02-17 11:20:00,840 INFO [com................. > > > i am unable to understand that why tomcat is not picking the time of OS to > put in Catalina.out and from where it is getting that time??? > > can anyone tell me that from where Tomcat reads this time to put in > Catalina.out. and what can be the reason of this wrong time in Catalina.out? > > Thanks in advance. > > Kashif > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org