Blame SOURCES/tomcat-7.0.conf

262920
# System-wide configuration file for tomcat services
262920
# This will be sourced by tomcat and any secondary service
262920
# Values will be overridden by service-specific configuration
262920
# files in /etc/sysconfig
262920
#
262920
# Use this one to change default values for all services
262920
# Change the service specific ones to affect only one service
262920
# (see, for instance, /etc/sysconfig/tomcat)
262920
#
262920
262920
# Where your java installation lives
262920
JAVA_HOME="/usr/lib/jvm/jre"
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