aboutsummaryrefslogtreecommitdiff
path: root/src/tomcat6/tomcat6.conf.d
blob: 334d7063f132b0dee64242d3243bd0259988974b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Configuration file for Tomcat 6 when started with 'initscripts'
# This file is NOT used when tomcat is started with systemd
# Have a look at /usr/share/tomcat6/bin/catalina.sh for a complete list of environment variables

# The JAVA_HOME of the JVM for Tomcat to use
# (compulsory to enable tomcat to start at boot)
TOMCAT_JAVA_HOME=/usr/lib/jvm/java-7-openjdk

# Tomcat home directory
CATALINA_HOME=/usr/share/tomcat6

# In many circumstances, it is desirable to have a single copy of a Tomcat
# binary distribution shared among multiple users on the same server.  To make
# this possible, you can set the $CATALINA_BASE environment variable to the
# directory that contains the files for your 'personal' Tomcat instance.
CATALINA_BASE=/usr/share/tomcat6

# Tomcat additional commandline options
CATALINA_OPTS=