Author: markt
Date: Wed Feb 2 14:55:36 2011
New Revision: 1066489
URL: http://svn.apache.org/viewvc?rev=1066489&view=rev
Log:
Clarify
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/context.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1066489&r1=1066488&r2=1066489&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Feb 2 14:55:36 2011
@@ -103,10 +103,10 @@
(kkolinko)
</update>
<fix>
- <bug>50642</bug>: Move the HttpClient keep-alive thread memory leak
- protection from the JreMemoryLeakPreventionListener to the
- WebappClassLoader since the thread that triggers the memory leak is
- created on demand. (markt)
+ <bug>50642</bug>: Move the <code>sun.net.www.http.HttpClient</code>
+ keep-alive thread memory leak protection from the
+ JreMemoryLeakPreventionListener to the WebappClassLoader since the
+ thread that triggers the memory leak is created on demand. (markt)
</fix>
<fix>
<bug>50673</bug>: Improve Catalina shutdown when running as a service.
Modified: tomcat/trunk/webapps/docs/config/context.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1066489&r1=1066488&r2=1066489&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Wed Feb 2 14:55:36 2011
@@ -504,10 +504,10 @@
</attribute>
<attribute name="clearReferencesHttpClientKeepAliveThread" required =
"false">
- <p>If <code>true</code> and an HttpClient 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 current
- <code>WebappClassLoader</code> to
+ <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 current <code>WebappClassLoader</code> to
<code>WebappClassLoader#parent</code> 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]