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