严重: The web application [/mail_] appears to have started a thread named [Timer-2] but has failed to stop it. This is very likely to create a memory leak.
2011-11-30 14:24:05 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/mail_] appears to have started a thread named [Timer-3] but has failed to stop it. This is very likely to create a memory leak.
怎样才能防止这种内存泄露问题?
内存泄漏,建议使用Tomcat数据库的连接池来解决。
防止内存泄漏,注要是看你的代码怎么写了。不是一两句就能说清的。