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