On 21/10/2011 15:31, Mark Thomas wrote:
> On 21/10/2011 13:12, Bob DeRemer wrote:
>> Thanks Mark, I appreciate the offer.  Let me dig into a bit today -
>> based on your steps.   if I can't get anywhere, I'll gladly take you
>> up on your offer.  What is the best way to communicate out-of-band if
>> I need to get you a snapshot?
> 
> Bob and I took at look at this off-list using the standard approach for
> finding web-app reload memory leaks [1] and found what appears to be an
> issue with Tomcat's memory leak protection for the http keep-alive thread.
> 
> Tomcat only clears the WebappClassLoader from the http keep-alive thread
> if the thread is still running. It should clear it in all circumstances.
> 
> Ill be updating Tomcat to address this shortly.

I have updated 7.0.x trunk. If you want to try it out, you'll need to
build Tomcat from source. Instructions to do this are here:

http://tomcat.apache.org/tomcat-7.0-doc/building.html

The short version is:
svn co http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/ tomcat-7
cd tomcat-7
ant

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to