Blame SOURCES/tomcat-9.0.conf

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