To: users@tomcat.apache.org
> Subject: Re: Heap dump of servlet
>
> Is there any way to get just the heapdump of servlet threads?
>
> On Sat, Oct 4, 2008 at 12:16 AM, Leon Rosenberg
> <[EMAIL PROTECTED]> wrote:
> > kill -QUIT produces the thread dump, not the heap dump. That
> From: Mohit Anchlia [mailto:[EMAIL PROTECTED]
> Subject: Re: Heap dump of servlet
>
> Is there any way to get just the heapdump of servlet threads?
Since the heap is shared by all threads in the JVM, there's no such thing as a
"heapdump of servlet threads". Use j
Is there any way to get just the heapdump of servlet threads?
On Sat, Oct 4, 2008 at 12:16 AM, Leon Rosenberg
<[EMAIL PROTECTED]> wrote:
> kill -QUIT produces the thread dump, not the heap dump. That's being
> said it works exactly the same way with tomcat as with any other
> application, the whol
kill -QUIT produces the thread dump, not the heap dump. That's being
said it works exactly the same way with tomcat as with any other
application, the whole thread dump is dumped out to the standard out
which in this case is catalina.out.
Leon
On Sat, Oct 4, 2008 at 8:57 AM, Mohit Anchlia <[EMAIL