Author: kkolinko Date: Tue Feb 10 23:22:38 2015 New Revision: 1658833 URL: http://svn.apache.org/r1658833 Log: Add link from class-loader-howto.xml to config/loader.html. Without this the document does not mention how a classloader can be configured.
This addresses user's question posted via comments.a.o for Tomcat 7. Modified: tomcat/trunk/webapps/docs/class-loader-howto.xml Modified: tomcat/trunk/webapps/docs/class-loader-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/class-loader-howto.xml?rev=1658833&r1=1658832&r2=1658833&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/class-loader-howto.xml (original) +++ tomcat/trunk/webapps/docs/class-loader-howto.xml Tue Feb 10 23:22:38 2015 @@ -196,8 +196,10 @@ loading looks in the following repositor <li>Common class loader classes (described above)</li> </ul> -<p>If the web application class loader is configuered with -<code>delegate="true"</code> then the order becomes:</p> +<p>If the web application class loader is +<a href="config/loader.html">configured</a> with +<code><Loader delegate="true"/></code> +then the order becomes:</p> <ul> <li>Bootstrap classes of your JVM</li> <li>System class loader classes (described above)</li> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org