Author: funkman Date: Mon Nov 7 16:32:44 2005 New Revision: 331650 URL: http://svn.apache.org/viewcvs?rev=331650&view=rev Log: add class loadloader leak link
Modified: tomcat/site/trunk/docs/faq/memory.html tomcat/site/trunk/docs/faq/printer/memory.html tomcat/site/trunk/xdocs-faq/memory.xml Modified: tomcat/site/trunk/docs/faq/memory.html URL: http://svn.apache.org/viewcvs/tomcat/site/trunk/docs/faq/memory.html?rev=331650&r1=331649&r2=331650&view=diff ============================================================================== --- tomcat/site/trunk/docs/faq/memory.html (original) +++ tomcat/site/trunk/docs/faq/memory.html Mon Nov 7 16:32:44 2005 @@ -128,6 +128,13 @@ <li> Not actually a reason - but on your particular platform, look at the <code>java -X</code> options. They may be VERY helpful. </li> + <li> + <a href="http://opensource2.atlassian.com/confluence/spring/pages/viewpage.action?pageId=2669"> + Your classloaders are not being garbage collected.</a> + </li> + + + </ul> </div><br> Modified: tomcat/site/trunk/docs/faq/printer/memory.html URL: http://svn.apache.org/viewcvs/tomcat/site/trunk/docs/faq/printer/memory.html?rev=331650&r1=331649&r2=331650&view=diff ============================================================================== --- tomcat/site/trunk/docs/faq/printer/memory.html (original) +++ tomcat/site/trunk/docs/faq/printer/memory.html Mon Nov 7 16:32:44 2005 @@ -127,6 +127,13 @@ <li> Not actually a reason - but on your particular platform, look at the <code>java -X</code> options. They may be VERY helpful. </li> + <li> + <a href="http://opensource2.atlassian.com/confluence/spring/pages/viewpage.action?pageId=2669"> + Your classloaders are not being garbage collected.</a> + </li> + + + </ul> </div><br> Modified: tomcat/site/trunk/xdocs-faq/memory.xml URL: http://svn.apache.org/viewcvs/tomcat/site/trunk/xdocs-faq/memory.xml?rev=331650&r1=331649&r2=331650&view=diff ============================================================================== --- tomcat/site/trunk/xdocs-faq/memory.xml (original) +++ tomcat/site/trunk/xdocs-faq/memory.xml Mon Nov 7 16:32:44 2005 @@ -142,6 +142,13 @@ <li> Not actually a reason - but on your particular platform, look at the <code>java -X</code> options. They may be VERY helpful. </li> + <li> + <a href="http://opensource2.atlassian.com/confluence/spring/pages/viewpage.action?pageId=2669"> + Your classloaders are not being garbage collected.</a> + </li> + + + </ul> </answer> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]