Re: [gwt-contrib] Fix permgen exhaustion due to classloader memory leak across server refresh. (issue1097801)

2010-11-10 Thread Scott Blum
> > -Restart the server, not just the WebAppContext, on refresh > Can you be more specific in the change description when you submit? Like: - On server restart, restart the whole Jetty server, not just the WebAppContext. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fix permgen exhaustion due to classloader memory leak across server refresh. (issue1097801)

2010-11-10 Thread conroy
Reviewers: rchandia, Description: Fix permgen exhaustion due to classloader memory leak across server refresh. http://code.google.com/p/google-web-toolkit/issues/detail?id=5486 -Explicitly call destroy() on the WebAppClassLoader -Restart the server, not just the WebAppContext, on refresh -Do a