# Run tomcat as this userid - the value is taken from Apache's configuration
# file if not set
#WWWUSER=www-data
# Default user to run Tomcat as. This us used when there is no user found
# in Apache's configuration file
DEFAULT_USER=www-data
# Apache's configuration file - this is used to determine the user which
# runs the Apache daemon. Tomcat is then started with the same user id.
APACHECONF=/etc/apache/httpd.conf
# The first existing directory is used for JAVA_HOME
JDK_DIRS="/usr/lib/j2se/1.3 /usr/lib/j2sdk1.3 /usr/lib/j2re1.3 /usr/lib/ibm-java/jdk118 /usr/lib/jdk1.1"
# Arguments to pass to the Java Virtual Machine
TOMCAT_OPTS=""
# Set this to no to prevent Tomcat from starting
TOMCAT_START="yes"
