Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 5720 invoked from network); 2 Feb 2011 14:56:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 14:56:02 -0000 Received: (qmail 31818 invoked by uid 500); 2 Feb 2011 14:56:02 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 31684 invoked by uid 500); 2 Feb 2011 14:55:59 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 31675 invoked by uid 99); 2 Feb 2011 14:55:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 14:55:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 14:55:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6F1F32388A68; Wed, 2 Feb 2011 14:55:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1066489 - in /tomcat/trunk/webapps/docs: changelog.xml config/context.xml Date: Wed, 02 Feb 2011 14:55:37 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110202145537.6F1F32388A68@eris.apache.org> 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) - 50642: 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) + 50642: Move the sun.net.www.http.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) 50673: 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 @@ -

If true 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 - WebappClassLoader to +

If true and an sun.net.www.http.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 WebappClassLoader to WebappClassLoader#parent 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: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org