Ebean's Subclass Generation Class$$EntityBean not clean of tomcat memory when undeploy
When deploy a tomcat app with Ebean, create a Subclasses in memory but when undeploy this app, this subclasses still alive and tomcat said: The "following web applications were stopped (reloaded, undeployed), but their classes from previous runs are still loaded in memory, thus causing a memory leak (use a profiler to confirm): /App"
How to clean memory totally when undeploy?
Thanks.