Blame SOURCES/tomcat-7.0.sysconfig

262920
# Service-specific configuration file for tomcat. This will be sourced by
262920
# the SysV init script after the global configuration file
262920
# /etc/tomcat/tomcat.conf, thus allowing values to be overridden in
262920
# a per-service manner.
262920
#
262920
# NEVER change the init script itself. To change values for all services make
262920
# your changes in /etc/tomcat/tomcat.conf
262920
#
262920
# To change values for a specific service make your edits here.
262920
# To create a new service create a link from /etc/init.d/<your new service> to
262920
# /etc/init.d/tomcat (do not copy the init script) and make a copy of the
262920
# /etc/sysconfig/tomcat file to /etc/sysconfig/<your new service> and change
262920
# the property values so the two services won't conflict. Register the new
262920
# service in the system as usual (see chkconfig and similars).
262920
#
262920
262920
# Where your java installation lives
262920
#JAVA_HOME="/usr/lib/jvm/java"
262920
262920
# Where your tomcat installation lives
262920
#CATALINA_BASE="@@@TCHOME@@@"
262920
#CATALINA_HOME="@@@TCHOME@@@"
262920
#JASPER_HOME="@@@TCHOME@@@"
262920
#CATALINA_TMPDIR="@@@TCTEMP@@@"
262920
262920
# You can pass some parameters to java here if you wish to
262920
#JAVA_OPTS="-Xminf0.1 -Xmaxf0.3"
262920
262920
# Use JAVA_OPTS to set java.library.path for libtcnative.so
262920
#JAVA_OPTS="-Djava.library.path=@@@LIBDIR@@@"
262920
262920
# What user should run tomcat
262920
#TOMCAT_USER="tomcat"
262920
262920
# You can change your tomcat locale here
262920
#LANG="en_US"
262920
262920
# Run tomcat under the Java Security Manager
262920
#SECURITY_MANAGER="false"
262920
262920
# Time to wait in seconds, before killing process
262920
#SHUTDOWN_WAIT="30"
262920
262920
# Whether to annoy the user with "attempting to shut down" messages or not
262920
#SHUTDOWN_VERBOSE="false"
262920
262920
# Set the TOMCAT_PID location
262920
#CATALINA_PID="/var/run/tomcat.pid"
262920
262920
# Connector port is 8080 for this tomcat instance
262920
#CONNECTOR_PORT="8080"
262920
262920
# If you wish to further customize your tomcat environment,
262920
# put your own definitions here
262920
# (i.e. LD_LIBRARY_PATH for some jdbc drivers)
262920