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 2014/09/09 16:58:11 UTC

svn commit: r1623839 - in /tomcat/trunk/webapps/docs/config: context.xml loader.xml

Author: kkolinko
Date: Tue Sep  9 14:58:10 2014
New Revision: 1623839

URL: http://svn.apache.org/r1623839
Log:
For https://issues.apache.org/bugzilla/show_bug.cgi?id=56530
Correct a typo. Reorder sentences and split into two paragraphs. (Review of r1623360.)

Modified:
    tomcat/trunk/webapps/docs/config/context.xml
    tomcat/trunk/webapps/docs/config/loader.xml

Modified: tomcat/trunk/webapps/docs/config/context.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1623839&r1=1623838&r2=1623839&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Tue Sep  9 14:58:10 2014
@@ -641,7 +641,7 @@
         <p>If <code>true</code> and an <code>sun.net.www.http.HttpClient</code>
         keep-alive timer thread has been started by this web application and is
         still running, Tomcat will change the context class loader for that
-        thread from the web application class loader to the the parentof the web
+        thread from the web application class loader to the the parent of the web
         application class loader to prevent a memory leak. Note that the
         keep-alive timer thread will stop on its own once the keep-alives all
         expire however, on a busy system that might not happen for some time. If

Modified: tomcat/trunk/webapps/docs/config/loader.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/loader.xml?rev=1623839&r1=1623838&r2=1623839&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/loader.xml (original)
+++ tomcat/trunk/webapps/docs/config/loader.xml Tue Sep  9 14:58:10 2014
@@ -122,10 +122,12 @@
 
       <attribute name="loaderClass" required="false">
         <p>Java class name of the <code>java.lang.ClassLoader</code>
-        implementation class to use.  If not specified, the default value is
-        <code>org.apache.catalina.loader.WebappClassLoader</code>. Custom
-        <strong>loaderClass</strong> implementations must extend
-        <code>org.apache.catalina.loader.WebappClassLoaderBase</code>. The
+        implementation class to use. Custom implementations must extend
+        <code>org.apache.catalina.loader.WebappClassLoaderBase</code>.
+        </p>
+
+        <p>If not specified, the default value is
+        <code>org.apache.catalina.loader.WebappClassLoader</code>.  The
         default <strong>loaderClass</strong> is not parallel capable. A parallel
         capable <strong>loaderClass</strong> is available and can be used by
         specifying



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