Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-16 Thread Jayson Enriquez
I am unable to copy Tomcat thread dumops when launching it from Startup.bat from a command window. At the end of the day I do a select all and copy but it only captures part of the thread dump. Is/Are their other ways to capture thread dumps from a command (DOS) window? Buffers are set to 999 I

Re: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-16 Thread Filip Hanik - Dev Lists
catalina.bat run > dump.log then do a Ctrl+Break for the dump another way is to use a service wrapper that lets you do dumps, http://people.apache.org/~fhanik/wrapper.html Filip Jayson Enriquez wrote: I am unable to copy Tomcat thread dumops when launching it from Startup.bat from a command

RE: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Jayson Enriquez
Subject: Re: Capturing Tomcat thread dumps from startup.bat (Windows) catalina.bat run > dump.log then do a Ctrl+Break for the dump another way is to use a service wrapper that lets you do dumps, http://people.apache.org/~fhanik/wrapper.html Filip Jayson Enriquez wrote: > I am unable t

Re: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Filip Hanik - Dev Lists
? Thank you Jayson -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 11:46 AM To: Tomcat Users List Subject: Re: Capturing Tomcat thread dumps from startup.bat (Windows) catalina.bat run > dump.log then do a Ctrl+Break for the d

RE: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Jayson Enriquez
fine! > > Can you also tell me how I can capture JAVA thread dumps along with > these Tomcat logs? > > Thank you > > Jayson > > > > -Original Message- > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Sent: Monday, July 16, 2007 11:46 AM &

RE: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Caldarale, Charles R
> From: Jayson Enriquez [mailto:[EMAIL PROTECTED] > Subject: RE: Capturing Tomcat thread dumps from startup.bat (Windows) > > Does this look like it captured Java thread dumps to you? You apparently missed the critical part of Filip's post: > > then do a Ctrl+Break for t

RE: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Jayson Enriquez
That's it! Thank you guys. Keep up the good work. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 1:22 PM To: Tomcat Users List Subject: RE: Capturing Tomcat thread dumps from startup.bat (Windows) > From: Jayson Enriquez

Re: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Filip Hanik - Dev Lists
-Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 12:13 PM To: Tomcat Users List Subject: Re: Capturing Tomcat thread dumps from startup.bat (Windows) a tomcat thread dump is equal to a java thread dump, the latter is the co