I have an apache 2 web server working with a tomcat 6 servlet container running on ununtu 9.1, integrated via mod_proxy.
I have the following time mismatch problem:
- When apache log to its access-log file, the date/time is correct.
- When a grails app running on tomcat inserts date-related information in the DB, the time is three hours ahead
Any tips on how to fix tomcat's datetime problem ?
Thanks