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. 
> 
> [r...@qatest ~]# date
> Tue Feb 17 10:04:53 GMT 2009
> [r...@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.
> 
> [r...@production ~]# date
> Tue Feb 17 10:20:05 GMT 2009
> [r...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to