Author: kfujino Date: Wed Sep 10 04:44:10 2014 New Revision: 1623902 URL: http://svn.apache.org/r1623902 Log: Remove unused processTlds attribute.
Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1623902&r1=1623901&r2=1623902&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/context.xml (original) +++ tomcat/trunk/webapps/docs/config/context.xml Wed Sep 10 04:44:10 2014 @@ -709,12 +709,6 @@ be used.</p> </attribute> - <attribute name="processTlds" required="false"> - <p>Whether the context should process TLDs on startup. The default - is true. The false setting is intended for special cases - that know in advance TLDs are not part of the webapp.</p> - </attribute> - <attribute name="renewThreadsWhenStoppingContext" required="false"> <p>If <code>true</code>, when this context is stopped, Tomcat renews all the threads from the thread pool that was used to serve this context. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org