Author: markt
Date: Wed Jan 15 10:09:53 2014
New Revision: 1558332
URL: http://svn.apache.org/r1558332
Log:
Update 8.0.x migration information
Modified:
tomcat/site/trunk/docs/migration-8.html
tomcat/site/trunk/xdocs/migration-8.xml
Modified: tomcat/site/trunk/docs/migration-8.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1558332&r1=1558331&r2=1558332&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Wed Jan 15 10:09:53 2014
@@ -344,6 +344,28 @@ of Apache Tomcat.</p>
documentation provides details on how the new implementation may be used.
</p>
+
+<p>The refactoring of resources has also resulted in a number of attributes
+ being removed from the default Context implementation
+ (org.apache.catalina.core.StandardContext). The following attributes may
now
+ be configured via the
+ <a href="tomcat-8.0-doc/config/resources.html">resources</a> implementation
+ used by the web application:</p>
+
+<ul>
+
+<li>allowLinking</li>
+
+<li>cachingAllowed</li>
+
+<li>cacheMaxSize</li>
+
+<li>cacheObjectMaxSize</li>
+
+<li>cacheTTL</li>
+
+</ul>
+
</div>
</div>
Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1558332&r1=1558331&r2=1558332&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Wed Jan 15 10:09:53 2014
@@ -82,6 +82,20 @@ of Apache Tomcat.</p>
documentation provides details on how the new implementation may be used.
</p>
+ <p>The refactoring of resources has also resulted in a number of attributes
+ being removed from the default Context implementation
+ (org.apache.catalina.core.StandardContext). The following attributes may
now
+ be configured via the
+ <a href="tomcat-8.0-doc/config/resources.html">resources</a> implementation
+ used by the web application:</p>
+ <ul>
+ <li>allowLinking</li>
+ <li>cachingAllowed</li>
+ <li>cacheMaxSize</li>
+ <li>cacheObjectMaxSize</li>
+ <li>cacheTTL</li>
+ </ul>
+
</subsection>
<subsection name="Debugging">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]