Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 97878 invoked from network); 1 Feb 2009 01:39:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2009 01:39:48 -0000 Received: (qmail 64390 invoked by uid 500); 1 Feb 2009 01:39:41 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 64331 invoked by uid 500); 1 Feb 2009 01:39:41 -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 64319 invoked by uid 99); 1 Feb 2009 01:39:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Jan 2009 17:39:41 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 01:39:39 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 313F9234C4B1; Sat, 31 Jan 2009 17:39:18 -0800 (PST) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 46645] commons logging issue X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 5 X-Bugzilla-Component: Catalina X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: markt@apache.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090201013918.313F9234C4B1@brutus.apache.org> Date: Sat, 31 Jan 2009 17:39:18 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=46645 Mark Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Mark Thomas 2009-01-31 17:39:17 PST --- org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=true (the default) is provided to work around memory leak issues in applications and third party libraries. While well written code shouldn't need it, experience has shown that it fixes more issues than it creates - hence the default. The down side of this feature is that it can cause issues since it nulls out various internal fields and code may well react badly to this. It should be safe to set this to false providing your app and the libraries you use don't leak memory. You can always check this with a profiler. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org