Blame SOURCES/tomcat-7.0.conf

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