From: markt Date: Tue, 17 May 2011 15:21:38 +0000 (+0000) Subject: webapps is relative to base not home X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4823020ad279a0a297162a53fd0582c2e7c166f2;p=tomcat7.0 webapps is relative to base not home git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1104328 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 52af45b5a..8564852ca 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -173,7 +173,7 @@ In order to grant security permissions to JARs located inside the web application repository, use URLs of of the following format in your policy file: -file:${catalina.home}/webapps/examples/WEB-INF/lib/driver.jar +file:${catalina.base}/webapps/examples/WEB-INF/lib/driver.jar ============================