To prevent this particular memory leak you should edit your
tomcat/conf/server.xml
and change<Listener lassName="org.apache. catalina.core. JreMemoryLeakPreventionListene r" />
to<Listener
className="org.apache. catalina.core. JreMemoryLeakPreventionListene r"
classesToInitialize="com. mysql.jdbc. NonRegisteringDriver" />
No comments:
Post a Comment