Author: kkolinko
Date: Tue May 17 20:05:06 2011
New Revision: 1104509

URL: http://svn.apache.org/viewvc?rev=1104509&view=rev
Log:
backport of r1104328
s/catalina.home/catalina.base/ in policy configuration example in RELEASE-NOTES
This is because webapps is relative to base not home
and because the catalina.policy file in TC6 was already updated with the same 
changes.
CTR: docs

Modified:
    tomcat/tc6.0.x/trunk/RELEASE-NOTES

Modified: tomcat/tc6.0.x/trunk/RELEASE-NOTES
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/RELEASE-NOTES?rev=1104509&r1=1104508&r2=1104509&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/RELEASE-NOTES (original)
+++ tomcat/tc6.0.x/trunk/RELEASE-NOTES Tue May 17 20:05:06 2011
@@ -153,7 +153,7 @@ In order to grant security permissions t
 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
 
 
 ============================



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to