summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2015-08-16 14:39:50 +0100
committerJames Le Cuirot <chewi@gentoo.org>2015-08-16 15:22:06 +0100
commit480ab71a5cb19f40a74ffaa947b954b0ea4b2783 (patch)
tree75d13723add487dc788335187a0f6c1ed501b028 /www-servers/tomcat/files/tomcat.conf
parentjava-ant-2.eclass: Add explicit ant-core SLOT for QA (diff)
downloadgentoo-480ab71a5cb19f40a74ffaa947b954b0ea4b2783.tar.gz
gentoo-480ab71a5cb19f40a74ffaa947b954b0ea4b2783.tar.bz2
gentoo-480ab71a5cb19f40a74ffaa947b954b0ea4b2783.zip
www-servers/tomcat: Version bumps, fix bug #453212, general cleanup
* Version bumps for 7.0.63 and 8.0.24. * Start with a minimal classpath by prepending remaining jars to common.loader instead. Fixes bug #453212. * Unbundle javamail at runtime and servlet-api at build time. * Clean up test handling and add missing easymock dependency. * Fix handling of websockets flag under 7. Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-servers/tomcat/files/tomcat.conf')
-rw-r--r--www-servers/tomcat/files/tomcat.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/www-servers/tomcat/files/tomcat.conf b/www-servers/tomcat/files/tomcat.conf
index a27f93342678..376af44adef6 100644
--- a/www-servers/tomcat/files/tomcat.conf
+++ b/www-servers/tomcat/files/tomcat.conf
@@ -17,6 +17,14 @@
#
#TOMCAT_EXTRA_JARS=""
+# Additional paths to put on the default classpath.
+# These should be separated by the : character.
+# Note: The extra jars listed here will be visible to webapps.
+# Example:
+# TOMCAT_EXTRA_CLASSPATH="/path/to/foo.jar:/path/to/bar.jar"
+#
+#TOMCAT_EXTRA_CLASSPATH=""
+
# User/Group of this instance.
CATALINA_USER=@INSTANCE_USER@
CATALINA_GROUP=@INSTANCE_GROUP@