Tomcat中报:This is very likely to create a memory leak
2010-12-20 15:13:25 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: The web application [/tiger] created a ThreadLocal with key of type [null] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@b98117]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@ca3147]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. @camnpr
------解决方案--------------------
解决方式任选一种
1 把tomcat降级为6.0.24以下的版本
2 将tomcat升级为7.0.6以上的版本
3 在server.xml中去掉JreMemoryLeakPreventionListener的listener
http://wiki.apache.org/tomcat/MemoryLeakProtection