2016-03-02 16:40:56 +00:00
|
|
|
# This will be loaded by systemd as an environment file,
|
2016-03-02 17:53:07 +00:00
|
|
|
# so please keep the syntax. For shell expansion support
|
2018-06-13 18:20:45 +00:00
|
|
|
# place your custom files as /etc/tomcat/conf.d/*.conf.
|
2008-04-07 22:37:26 +00:00
|
|
|
#
|
2016-03-02 16:40:56 +00:00
|
|
|
# There are 2 "classes" of startup behavior in this package.
|
|
|
|
# The old one, the default service named tomcat.service.
|
|
|
|
# The new named instances are called tomcat@instance.service.
|
2016-02-04 13:13:40 +00:00
|
|
|
#
|
2016-03-02 16:40:56 +00:00
|
|
|
# Use this file to change default values for all services.
|
|
|
|
# Change the service specific ones to affect only one service.
|
|
|
|
# For tomcat.service it's /etc/sysconfig/tomcat, for
|
|
|
|
# tomcat@instance it's /etc/sysconfig/tomcat@instance.
|
2016-02-04 13:13:40 +00:00
|
|
|
|
|
|
|
# This variable is used to figure out if config is loaded or not.
|
|
|
|
TOMCAT_CFG_LOADED="1"
|
|
|
|
|
2016-03-02 16:40:56 +00:00
|
|
|
# Where your java installation lives
|
2018-06-13 18:20:45 +00:00
|
|
|
#JAVA_HOME="/usr/lib/jvm/java"
|
2016-03-02 16:40:56 +00:00
|
|
|
|
|
|
|
# Where your tomcat installation lives
|
2018-06-13 18:20:45 +00:00
|
|
|
CATALINA_BASE="@@@TCHOME@@@"
|
2016-03-02 16:40:56 +00:00
|
|
|
CATALINA_HOME="@@@TCHOME@@@"
|
2018-06-13 18:20:45 +00:00
|
|
|
CATALINA_TMPDIR="@@@TCTEMP@@@"
|
2016-03-02 16:40:56 +00:00
|
|
|
|
|
|
|
# You can pass some parameters to java here if you wish to
|
|
|
|
#JAVA_OPTS="-Xminf0.1 -Xmaxf0.3"
|
|
|
|
|
|
|
|
# You can change your tomcat locale here
|
|
|
|
#LANG="en_US"
|
|
|
|
|
|
|
|
# Run tomcat under the Java Security Manager
|
|
|
|
SECURITY_MANAGER="false"
|
2016-02-27 14:56:47 +00:00
|
|
|
|
2018-06-13 18:20:45 +00:00
|
|
|
# DEPRECATED VARIABLES
|
|
|
|
#
|
|
|
|
# TOMCAT_USER has been deprecated. To update the tomcat process owner,
|
|
|
|
# please see User in tomcat.service.
|
|
|
|
#
|
|
|
|
# TOMCAT_GROUP has been deprecated. To update the tomcat process group,
|
|
|
|
# please see Group in tomcat.service.
|
|
|
|
#
|
|
|
|
# SHUTDOWN_WAIT has been deprecated. To change the shutdown wait time, set
|
|
|
|
# TimeoutStopSec in tomcat.service.
|
|
|
|
#
|
|
|
|
# SHUTDOWN_VERBOSE has been deprecated. There is no replacement for this behavior.
|
|
|
|
#
|
|
|
|
# CATALINA_PID has been deprecated. A replacement for this behavior is to set
|
|
|
|
# PIDFile in tomcat.service.
|
|
|
|
#
|
|
|
|
# CONNECTOR_PORT has been deprecated. There is no replacement for this behavior.
|
|
|
|
# Set init script output file
|
|
|
|
#
|
|
|
|
# TOMCAT_LOG has been deprecated. Output from start/stop/status operations are
|
|
|
|
# logged to the system's journal.
|
|
|
|
#
|
|
|
|
# LOGGING_CONFIG has been deprecated. To update the logging properties in use, use:
|
|
|
|
# LOGGING_PROPERTIES="${CATALINA_HOME}/lib/log4j.properties"
|
2016-02-27 14:56:47 +00:00
|
|
|
|
2016-03-02 16:40:56 +00:00
|
|
|
# If you wish to further customize your tomcat environment,
|
|
|
|
# put your own definitions here
|
|
|
|
# (i.e. LD_LIBRARY_PATH for some jdbc drivers)
|