facebook

How to visualize all tomcat´s thread??

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #196819 Reply

    sitomania
    Member

    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

    #196823 Reply

    Scott Anderson
    Participant

    I can’t tell exactly what you’re seeing but here’s what a successful Tomcat 5 thread view have about 15 threads in it once Tomcat fully starts up and you expand the tomcatServer under the Debug View

    Are you launching Tomcat using our connector? How do you have it configured? Try removing all breakpoints and running your application. Does it function properly?

    –Scott
    MyEclipse Support

    #196835 Reply

    sitomania
    Member

    Hello Scott,
    I only can see 3 threads. Where can I check if I am using the right connector ? I have removed all the breakpoints and it works in the same way.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: How to visualize all tomcat´s thread??

You must be logged in to post in the forum log in