Hi Ricki!

>Do the timezones match?

Thanks for the help! The problem was following:
1) the connection to the computer was made with our new release of SSH that was badly 
configured to don't read the file
   /etc/default/init
where more environment variables are set - the variable TZ too.
2) coldfusion start script was started with sudo rights and try to read the 
environment variable TZ from the shell of root, but this variable was not set in this 
shell because of badly configured SSH release.

So we changed the start script of coldfusion
   /etc/init.d/coldfusion
added the line:
   . /etc/default/init ; export TZ

After the new stop/start of the ColdFusion server was the time correct.

The alternative for that change could be, to set the variable TZ in the root shell for 
example in the file .profile

Best regards
Wlodek

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the mailserver that powers this list at 
http://www.houseoffusion.com/banners/view.cfm?bannerid=17

Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5047
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to