Hello,
I would like to know if I can visualize all the tomcat threads for debuging work. Actually I only can visualize 3 threads:
org.apache.catalina.startup.Bootstrap at localhost:13639
System Thread [Finalizer] (Running)
System Thread [Reference Handler] (Running)
Thread [main] (Running)
If I add a breakpoint my application freeze because I can not access to the stopped thread.
guys, I need your help!!
Sitomania