5b34837
# System-wide configuration file for tomcat services
0543334
# This will be loaded by systemd as an environment file,
0543334
# so please keep the syntax.
30340fb
#
0543334
# There are 2 "classes" of startup behavior in this package.
0543334
# The old one, the default service named tomcat.service.
0543334
# The new named instances are called tomcat@instance.service.
30340fb
#
0543334
# Use this file to change default values for all services.
0543334
# Change the service specific ones to affect only one service.
0543334
# For tomcat.service it's /etc/sysconfig/tomcat, for
0543334
# tomcat@instance it's /etc/sysconfig/tomcat@instance.
0543334
0543334
# This variable is used to figure out if config is loaded or not.
0543334
TOMCAT_CFG_LOADED="1"
0543334
0543334
# In new-style instances, if CATALINA_BASE isn't specified, it will
0543334
# be constructed by joining TOMCATS_BASE and NAME.
0543334
TOMCATS_BASE="/var/lib/tomcats/"
30340fb
30340fb
# Where your java installation lives
david knox 4aa2b84
JAVA_HOME="/usr/lib/jvm/jre"
30340fb
30340fb
# Where your tomcat installation lives
30340fb
CATALINA_HOME="@@@TCHOME@@@"
0543334
0543334
# System-wide tmp
0543334
CATALINA_TMPDIR="/var/cache/tomcat/temp"
30340fb
30340fb
# You can pass some parameters to java here if you wish to
30340fb
#JAVA_OPTS="-Xminf0.1 -Xmaxf0.3"
30340fb
30340fb
# Use JAVA_OPTS to set java.library.path for libtcnative.so
0543334
#JAVA_OPTS="-Djava.library.path=/usr/lib"
30340fb
30340fb
# You can change your tomcat locale here
30340fb
#LANG="en_US"
30340fb
30340fb
# Run tomcat under the Java Security Manager
30340fb
SECURITY_MANAGER="false"
30340fb
30340fb
# Time to wait in seconds, before killing process
0543334
# TODO(stingray): does nothing, fix.
0543334
# SHUTDOWN_WAIT="30"
30340fb
30340fb
# If you wish to further customize your tomcat environment,
30340fb
# put your own definitions here
30340fb
# (i.e. LD_LIBRARY_PATH for some jdbc drivers)