Blame SOURCES/tomcat-7.0.sysconfig

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