You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/02/11 00:22:38 UTC

svn commit: r1658833 - /tomcat/trunk/webapps/docs/class-loader-howto.xml

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=&quot;true&quot;</code> then the order becomes:</p>
+<p>If the web application class loader is
+<a href="config/loader.html">configured</a> with
+<code>&lt;Loader delegate=&quot;true&quot;/&gt;</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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org