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