Every time I start debugging my WebApp (Netbeans 7.0 + spring 3 + jsp) the debugger breaks a couple of times in ThreadPoolExecutor.java after Tomcat raises this exception:
"Stopping thread http-bio-8080-exec-3 to avoid potential memory leaks after a context was stopped."
I am unable to identify why this is happening. Is it due to a problem in my code? If so, how can I locate the problem? If this is "normal", then how can I prevent the IDE from bothering me with it every time?
Any clues would be greatly appreciated.