5b34837
# System-wide configuration file for tomcat services
5b34837
# This will be sourced by tomcat and any secondary service
30340fb
# Values will be overridden by service-specific configuration
30340fb
# files in /etc/sysconfig
30340fb
#
30340fb
# Use this one to change default values for all services
30340fb
# Change the service specific ones to affect only one service
5b34837
# (see, for instance, /etc/sysconfig/tomcat)
30340fb
#
30340fb
30340fb
# Where your java installation lives
david knox 4aa2b84
JAVA_HOME="/usr/lib/jvm/jre"
30340fb
30340fb
# Where your tomcat installation lives
30340fb
CATALINA_BASE="@@@TCHOME@@@"
30340fb
CATALINA_HOME="@@@TCHOME@@@"
30340fb
JASPER_HOME="@@@TCHOME@@@"
30340fb
CATALINA_TMPDIR="@@@TCTEMP@@@"
30340fb
30340fb
# You can pass some parameters to java here if you wish to
30340fb
#JAVA_OPTS="-Xminf0.1 -Xmaxf0.3"
30340fb
30340fb
# Use JAVA_OPTS to set java.library.path for libtcnative.so
30340fb
#JAVA_OPTS="-Djava.library.path=@@@LIBDIR@@@"
30340fb
30340fb
# What user should run tomcat
30340fb
TOMCAT_USER="tomcat"
30340fb
30340fb
# You can change your tomcat locale here
30340fb
#LANG="en_US"
30340fb
30340fb
# Run tomcat under the Java Security Manager
30340fb
SECURITY_MANAGER="false"
30340fb
30340fb
# Time to wait in seconds, before killing process
30340fb
SHUTDOWN_WAIT="30"
30340fb
30340fb
# Whether to annoy the user with "attempting to shut down" messages or not
30340fb
SHUTDOWN_VERBOSE="false"
30340fb
30340fb
# Set the TOMCAT_PID location
5b34837
CATALINA_PID="/var/run/tomcat.pid"
30340fb
5b34837
# Connector port is 8080 for this tomcat instance
30340fb
#CONNECTOR_PORT="8080"
30340fb
30340fb
# If you wish to further customize your tomcat environment,
30340fb
# put your own definitions here
30340fb
# (i.e. LD_LIBRARY_PATH for some jdbc drivers)
30340fb