Kbase P74563: How can I change the time of the log entries within the AdminServer logfile?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/31/2004 |
|
Status: Unverified
GOAL:
How can I change the time of the log entries within the AdminServer logfile?
FACT(s) (Environment):
HP-UX 11.0
FACT(s) (Environment):
Progress 9.1D
FIX:
There exist a possibility to change the user.timezone within $DLC/bin/java_env
as you can see with the example below for java_env:
"HP-UX") # HP UNIX 11.00
THREADS_FLAG=native_threads
JVMARGS="-ms8m -Duser.timezone=GMT-1 ${JVMARGS}"
However if the timezone does not fit than the
AdminServer will not start anymore so please be carefully.