Caldarale, Charles R schrieb am 19.05.2009 um 08:37:23 (-0500):
> > From: Gregor Schneider [mailto:rc4...@googlemail.com]
> > Subject: Re: How to get thread dump on Tomcat 6 (windows)

A late reply to this:

> > Thread-Dump on Windows:
> > 
> > If I'm not mistaken, the key-combination <Ctrl><Break> should 
> > do the trick on /most/ JVMs
> 
> Not when running as a service on Windows.

As far as I can see, there are at least three ways to get a thread dump:

(1) using the jstack tool;

(2) hitting Ctrl-Break in the console (cmd.exe window), even when
running as a service (needs the box "Allow service to interact with
desktop" checked to show the console, of course);

(3) clicking the icon in the notification area (systray) after launching
"tomcat6w.exe //MS//", see [1].

Michael Ludwig

[1] http://commons.apache.org/daemon/procrun.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to