You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Apache Wiki <wi...@apache.org> on 2010/03/28 13:55:09 UTC

[Tomcat Wiki] Trivial Update of "FAQ/Deployment" by KonstantinKolinko

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.

The "FAQ/Deployment" page has been changed by KonstantinKolinko.
The comment on this change is:  Add category link.
http://wiki.apache.org/tomcat/FAQ/Deployment?action=diff&rev1=6&rev2=7

--------------------------------------------------

  
  Because the Classloader (and the Class objects it loaded) cannot be recycled. They are stored in the permanent heap generation by the JVM, and when you redepoy a new class loader is created, which loads another copy of all these classes. This can cause {{{OufOfMemoryErrors}}} eventually. 
  
+ ----
+ [[CategoryFAQ|CategoryFAQ]]
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org