From 480ab71a5cb19f40a74ffaa947b954b0ea4b2783 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 16 Aug 2015 14:39:50 +0100 Subject: 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 --- www-servers/tomcat/files/tomcat.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'www-servers/tomcat/files/tomcat.conf') 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@ -- cgit v1.2.3-65-gdbad