Blame SOURCES/tomcat-7.0.sysconfig

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