Re: VM thread dump from windows service

2005-04-25 Thread Patrick Lacson
perfect. this works nicely! thanks, patrick On 4/22/05, Anoop kumar V [EMAIL PROTECTED] wrote: Patrick, I am not sure if this will help you but it is worth checking out Stack trace at the following link: http://tmitevski.users.mcs2.netarray.com/stacktrace/app/launch.jnlp let me know

Re: VM thread dump from windows service

2005-04-25 Thread Patrick Lacson
Spoke too soon.. :( Our tomcat is installed using the tomcat.exe service installer that ships with the tomcat 4.1.x series. This Stack Trace tool cannot do a thread dump on the process id of tomcat.exe -Patrick On 4/25/05, Patrick Lacson [EMAIL PROTECTED] wrote: perfect. this works nicely!

Re: VM thread dump from windows service

2005-04-25 Thread Peter Rossbach
Hey, I am using the Java Service Wrapper from http://wrapper.tanukisoftware.org/doc/english/introduction.html. The Service Wrapper have a JMX Mbean that have a stack dump operation. http://wrapper.tanukisoftware.org/doc/english/jmx.html Send me a direct mail to get a LifecycleListener that

Re: VM thread dump from windows service

2005-04-24 Thread Patrick Lacson
This looks promising. the application detects VM instances and can pull a thread-dump on that instance.. i'll try it on monday and see how it goes. thanks! On 4/22/05, Anoop kumar V [EMAIL PROTECTED] wrote: Patrick, I am not sure if this will help you but it is worth checking out Stack

VM thread dump from windows service

2005-04-22 Thread Patrick Lacson
If I run tomcat as a windows service, what is the best way to get a VM thread dump? From a command window it's pretty easy with the Control-Break command.. what are my options for doing the equivalent from a running tomcat windows service? Thanks, Patrick

Re: VM thread dump from windows service

2005-04-22 Thread Anoop kumar V
Patrick, I am not sure if this will help you but it is worth checking out Stack trace at the following link: http://tmitevski.users.mcs2.netarray.com/stacktrace/app/launch.jnlp let me know if it helped.. -Anoop On 4/22/05, Patrick Lacson [EMAIL PROTECTED] wrote: If I run tomcat as a windows