About thread dump:
When you are using Tomcat Manager to dump threads, it might be doing that in
your catalina.out file. So check that file after dumping.

About timer threads:
When you stop Tomcat, it waits for all the non-daemon threads to finish
execution before proceeding with normal shutdown. Since your timer threads
are not daemon threads and those threads don't even die a natural death,
Tomcat can not shut your application down. One option for you is to declare
your timer task to be a Daemon thread but then it will be killed even if it
is in middle of performing the task so its not advisable.



On 11/22/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:

> From: Daniel L. Gross [mailto:[EMAIL PROTECTED]
> Subject: Re: Memory Usage
>
> I have tried various times in the tomcat configuration
> file, but nothing seems to matter.

This isn't a Tomcat configuration value - it's for the specific JDBC
driver that your app is using.  Might want to check the doc for that to
see if anything interesting can be found.

- Chuck




Gaurav Singh Kushwaha
http://www.chakpak.com


Ph: +91-9880101496
Bangalore, India.

Reply via email to