Consultor Eletrônico



Kbase P129473: How to set the TZ environment variable for AppServer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/12/2009
Status: Verified

GOAL:

How to set the TZ environment variable for AppServer

GOAL:

How to configure each AppServer broker to use different time zone

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

FIX:

TZ parameter can be set for a specific AppServer Broker in the ubroker.properties file under [Environment] section.
For example:
[Environment.asbroker1]
TZ=GST-1GDT
[Environment.asbroker2]
TZ=GMT+03:00
(...)
[UBroker.AS.asbroker1]
environment=asbroker1
(...)
[UBroker.AS.asbroker2]
environment=asbroker2
(...)