Hi to all,

I want to set the JVM(1.5) to use timezone "Asia/Jerusalem".
I try to to set any windows environment variables,
JAVA_OPTS to -Duser.timezone=Asia/Jerusalem (Not work) so i try
TZ to -Duser.timezone=Asia/Jerusalem (Not work)
(Maybe i have to restart windows after changing any environment variables ?)

In my servlet i set the timezone like this,
TimeZone.setDefault(TimeZone.getTimeZone("Asia/Jerusalem"));(Is work)
But i want global solution, so i must to set it in the JVM level for all
java programs.

Any ideas ?

Thank you all for try(sorry about my english).
-- 
View this message in context: 
http://www.nabble.com/JVM-environment-variable..-tf3501266.html#a9778225
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