Blame SOURCES/tomcat-7.0.sysconfig

9a9096
# Service-specific configuration file for tomcat. This will be sourced by
9a9096
# the SysV init script after the global configuration file
9a9096
# /etc/tomcat/tomcat.conf, thus allowing values to be overridden in
9a9096
# a per-service manner.
9a9096
#
9a9096
# NEVER change the init script itself. To change values for all services make
9a9096
# your changes in /etc/tomcat/tomcat.conf
9a9096
#
9a9096
# To change values for a specific service make your edits here.
9a9096
# To create a new service create a link from /etc/init.d/<your new service> to
9a9096
# /etc/init.d/tomcat (do not copy the init script) and make a copy of the
9a9096
# /etc/sysconfig/tomcat file to /etc/sysconfig/<your new service> and change
9a9096
# the property values so the two services won't conflict. Register the new
9a9096
# service in the system as usual (see chkconfig and similars).
9a9096
#
9a9096
9a9096
# Where your java installation lives
9a9096
#JAVA_HOME="/usr/lib/jvm/java"
9a9096
9a9096
# Where your tomcat installation lives
9a9096
#CATALINA_BASE="@@@TCHOME@@@"
9a9096
#CATALINA_HOME="@@@TCHOME@@@"
9a9096
#JASPER_HOME="@@@TCHOME@@@"
9a9096
#CATALINA_TMPDIR="@@@TCTEMP@@@"
9a9096
9a9096
# You can pass some parameters to java here if you wish to
9a9096
#JAVA_OPTS="-Xminf0.1 -Xmaxf0.3"
9a9096
9a9096
# Use JAVA_OPTS to set java.library.path for libtcnative.so
9a9096
#JAVA_OPTS="-Djava.library.path=@@@LIBDIR@@@"
9a9096
9a9096
# You can change your tomcat locale here
9a9096
#LANG="en_US"
9a9096
9a9096
# Run tomcat under the Java Security Manager
9a9096
#SECURITY_MANAGER="false"
9a9096
9a9096
# SHUTDOWN_WAIT has been deprecated. To change the shutdown wait time, set
9a9096
# TimeoutStopSec in tomcat.service.
9a9096
9a9096
# If you wish to further customize your tomcat environment,
9a9096
# put your own definitions here
9a9096
# (i.e. LD_LIBRARY_PATH for some jdbc drivers)