Aug 28, 2012

Tomcat: Change timezone setting.

As default tomcat use GMT timezone. To set this one, modify your catalina.sh or starup.sh a the location before the execution of the tomcat boostrap and add data below.
$JAVA_OPTS="$JAVA_OPTS -Duser.timezone=Asia/Manila"
Please find the timezone By Continent or in Asia

No comments: