aboutsummaryrefslogtreecommitdiff
path: root/src/tomcat7/tomcat7.conf.d
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2013-05-25 23:02:35 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2013-05-25 23:02:35 +0200
commiteeda5d3cf7da337119e257fa99ac77542514350f (patch)
treea510caa2e1fc6f5b35db20681931e9b51f5d405b /src/tomcat7/tomcat7.conf.d
parent57cd084ff2f96f001045a8849b68877e9db2f6d0 (diff)
downloadrcdscripts-2013.05.25.tar.xz
rcdscripts: import conf.d files sourced by init scripts2013.05.25
Unfortunately this import is not perfect, it's harder to detect and make a distinction between regular service configuration files, and conf.d configuration files used by old Arch Linux init scripts only. But we have a good number of them, around 70 now.
Diffstat (limited to 'src/tomcat7/tomcat7.conf.d')
-rw-r--r--src/tomcat7/tomcat7.conf.d19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/tomcat7/tomcat7.conf.d b/src/tomcat7/tomcat7.conf.d
new file mode 100644
index 0000000..995fe8c
--- /dev/null
+++ b/src/tomcat7/tomcat7.conf.d
@@ -0,0 +1,19 @@
+# Configuration file for Tomcat 7 when used with initscripts
+# This file is NOT used when starting tomcat with systemd
+# Have a look at /usr/share/tomcat7/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/tomcat7
+
+# 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/tomcat7
+
+# Tomcat additional commandline options
+CATALINA_OPTS=