Hi all,

I have an application which worked on windows for two years.The IIS-tomcat
bridge was using too much cpu even when tomcat hadn't any work to do,so I
decided to move this application on an existing Ubuntu machine.On the ubuntu
machine,datetime related problems occured,day strings are printed as
english(my locale is turkish),time is UTC(it must be GMT+2)...Whatever I
tried to fix this had no successful outcome.

I first added tr_TR to ubuntus supported locale's list,then re-create the
link between /etc/localtime and /usr/share/zoneinfo/Europe/Istanbul,added
TZ=Europe/Istanbul in shell and also /etc/environment,changed catalina.sh
with -Duser.timezone=Europe/Istanbul option set,etc...None of them changed
the result.

I am posting on this forum,because I created a simple java test program
which prints current date to the console,and it works correct.But the web
application deployed on tomcat does not.Can anybody recommend anything?

Thanks in advance...
-- 
View this message in context: 
http://www.nabble.com/Timezone-in-Tomcat-is-different-from-OS%27s%28default%29timezone-tp15580721p15580721.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to