Blame SOURCES/tomcat-9.0.sysconfig

9d02a3
# Service-specific configuration file for tomcat. This will be sourced by
9d02a3
# systemd for the default service (tomcat.service)
9d02a3
# If you want to customize named instance, make a similar file
9d02a3
# and name it tomcat@instancename.
9d02a3
9d02a3
# You will not need to set this, usually. For default service it equals
9d02a3
# CATALINA_HOME. For named service, it equals ${TOMCATS_BASE}${NAME}
9d02a3
#CATALINA_BASE="@@@TCHOME@@@"
9d02a3
9d02a3
# Please take a look at /etc/tomcat/tomcat.conf to have an idea what you
9d02a3
# can override.