The TimeZone should be set not only at the JVM level but also at other
levels such
as the Database, Operating System, Web Server etc.

When you first installed JDK or JRE , did it not ask what TimeZone yo
want to set?

There's already a thread for setting TimeZone on Tomcat:
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg145602.html

-Rashmi

On 4/1/07, prt <[EMAIL PROTECTED]> wrote:
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 ?

---------------------------------------------------------------------
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