summaryrefslogtreecommitdiffstats
path: root/tomcat-7.0.sysconfig
blob: 3117bf700c267b4f1a398f6cf7fa41344c3bdc3f (plain)
1
2
3
4
5
6
7
8
9
10
11
# Service-specific configuration file for tomcat. This will be sourced by
# systemd for the default service (tomcat.service)
# If you want to customize named instance, make a similar file
# and name it tomcat@instancename.

# You will not need to set this, usually. For default service it equals
# CATALINA_HOME. For named service, it equals ${TOMCATS_BASE}${NAME}
#CATALINA_BASE="@@@TCHOME@@@"

# Please take a look at /etc/tomcat/tomcat.conf to have an idea what you
# can override.