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