# Run Tomcat 4 as this user ID (default: tomcat4). Set this to an empty string
# to prevent Tomcat from starting.
#TOMCAT4_USER=tomcat4

# The home directory of the Java development kit (JDK). You need at least
# JDK version 1.2, just the Java runtime environment (JRE) will not work
# because a Java compiler is needed to translate JavaServer Pages (JSP).
# If JAVA_HOME is not set, some common directories for the Sun, IBM and 
# Blackdown packages prepared by the java-package utility and the Debian 
# packages from Blackdown for j2sdk1.4 and j2sdk1.3 are tried. You can 
# also set JSSE_HOME here to enable SSL support (this is automatically 
# done for JDK 1.4+).
#JAVA_HOME=/usr/local/j2sdk1.4-sun
#JSSE_HOME=/usr/local/jsse

# Directory for per-instance configuration files and webapps. It contain the
# directories conf, logs, webapps, work and temp. See RUNNING.txt for details.
# Default: /var/lib/tomcat4
#CATALINA_BASE=/var/lib/tomcat4

# Arguments to pass to the Java virtual machine (JVM)
# "-Djava.awt.headless=true -Xmx128M" is automatically set if CATALINA_OPTS
# is left empty here
#CATALINA_OPTS="-Djava.awt.headless=true -Xmx128M -server"

# Java compiler to use for translating JavaServer Pages (JSPs). You can use all
# compilers that are accepted by Ant's build.compiler property.
#JSP_COMPILER=jikes

# Use the Java security manager? (yes/no, default: yes)
#TOMCAT4_SECURITY=yes

# Timeout in seconds for the shutdown procedure (default: 30). The Java
# processes will be killed if tomcat4 has not stopped until then.
#TOMCAT4_SHUTDOWN=30

# Number of days to keep old log files in /var/log/tomcat4 (default: 14)
#LOGFILE_DAYS=30

