Blame SOURCES/tomcat-9.0.conf

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