Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.
The following page has been changed by DennisLundberg: http://wiki.apache.org/jakarta-commons/Logging/FrequentlyAskedQuestions The comment on the change is: Corrected the version number when commons-logging-optional.jar was introduced ------------------------------------------------------------------------------ when the webapp is "undeployed" this means there is still a reference to the undeployed classloader preventing the memory used by all its classes from being reclaimed. - The commons-logging-optional.jar optional code provided with commons-logging 1.0.4 attempted to address this issue using weak references, + The commons-logging-optional.jar optional code provided with commons-logging 1.0.5 attempted to address this issue using weak references, but this approach cannot solve the issue in many cases. The correct solution in the case of a webapp is for the webapp to include a class which implements !ServletContextListener: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
