Environment variables
|
Default
|
Java property
|
Variable Description
|
CATLINA_HOME
|
$DLC/servers/tomcat
|
catalina.home
|
Specifies the location of the Apache Tomcat instance.
|
CATALINA_TMPDIR
|
$WKDIR/tomcat_wrkdir
|
java.io.tmpdir
|
Specifies the location of the temporary directory of Apache Tomcat.
|
CATALINA_OUT
|
$CATALINA_HOME
|
n/a
|
Specifies the location of Apache Tomcat's stdout and stderr files.
|
CATALINA_PID
|
$CATALINA_HOME/temp
|
n/a
|
Specifies the location of Apache Tomcat's pid file, which is used to identify processes running on the Tomcat Web server.
|
OPENEDGE_HTTP_PORT
|
8980
|
openedge.http.port
|
Specifies the TCP port for HTTP that OpenEdge uses.
|
OPENEDGE_HTTPS_PORT
|
8943
|
openedge.https.port
|
Specifies the TCP port for HTTPS that OpenEdge uses.
|
OPENEDGE_SHUTDOWN_
PORT |
8908
|
openedge.shutdown.port
|
Specifies the TCP port for shutting down an Apache Tomcat Web server.
|
OPENEDGE_AJP13_PORT
|
8909
|
openedge.ajp13.port
|
Specifies the TCP port used for Tomcat to communicate with Apache/IIS.
|
OPENEDGE_WEBAPPS
|
$CATALINA_HOME/webapps
|
openedge.webapps
|
Specifies a location in the Tomcat Web server where the OpenEdge Web applications are deployed.
|
OPENEDGE_WEBLOGS
|
$WRKDIR
|
openedge.weblogs
|
Specifies a location where all the Tomcat related log files are stored.
|
OPENEDGE_USERS_FILE
|
$CATALINA_HOME/conf/
tomcat-users.xml |
openedge.users.file
|
Specifies a location of Apache Tomcat's tomcat-users.xml file, which is used for user management.
|
OPENEDGE_REST_JARS
|
n/a
|
openedge.rest.jars
|
Specifies the location where REST Web applications are stored.
Note: You define this only when deploying compact WAR files. For more information, see Examples of proset script files. For more information on packaging ABL REST Web applications for compact deployment, see Progress Developer Studio for OpenEdge Online Help.
|
OPENEDGE_ANTIRESOURCE_
LOCKING |
true
|
openedge.rest.antireso
urcelocking |
When set to true, avoids JAR file locking when resources are accessed inside the JAR files through URLs.
|