[Bug 58900] Memory leak due to infinite redeploy loop

2016-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58900 --- Comment #3 from Christopher Schultz --- I think the root issue is that your application leaks a ClassLoader for some reason (and you should definitely fix that), but Tomcat should also not be endlessly

[Bug 58900] Memory leak due to infinite redeploy loop

2016-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58900 Lauri Lehtinen changed: What|Removed |Added CC|

[Bug 58900] Memory leak due to infinite redeploy loop

2016-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58900 --- Comment #2 from Lauri Lehtinen --- Easy fix for this particular problem would be to remove the getCanonicalFile call in HostConfig