Blame SOURCES/tomcat-9.0.conf

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