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

# The home directory of the Java development kit. You need at least JDK 1.3,
# just the Java runtime will not work because a Java compiler is needed to
# translate JavaServer Pages. If not set, some well-known directories for
# the j2sdk1.3 and jdk1.1-dev Debian packages are tried.
#JAVA_HOME="/usr/local/j2sdk1.4.0"

# Arguments to pass to the Java virtual machine (JVM)
CATALINA_OPTS=""

# Use the Java security manager? (yes/no)
TOMCAT4_SECURITY="yes"

