Re: Multi-thread issue on redeploy of application

2007-10-08 Thread Cool Coder
Yes it has something to do with my application. Let me tell you that this occurs when I hot deploy my application without restarting tomcat. Let me do a minute check. Thanks for your help. - RB Be a b

Re: Multi-thread issue on redeploy of application

2007-10-08 Thread David Smith
It's been a while, but last I checked Struts didn't generate it's own threads. I'm guessing by your description that your code is generating threads. In that case, you need to maintain a reference to each thread and end them when the app stops. You can take a look at the various listener cla

Re: Multi-thread issue on redeploy of application

2007-10-08 Thread Cool Coder
Thanks buddy. - Original Message From: Hassan Schroeder <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, October 8, 2007 3:53:20 PM Subject: Re: Multi-thread issue on redeploy of application On 10/8/07, Cool Coder <[EMAIL PROTECTED]> wrote: > I use struts and

Re: Multi-thread issue on redeploy of application

2007-10-08 Thread Hassan Schroeder
On 10/8/07, Cool Coder <[EMAIL PROTECTED]> wrote: > I use struts and ..and there *is* a Struts mailing list, eh? Which would probably offer a much better chance of getting app-specific help. I'm just sayin' -- Hassan Schroeder [EMAIL PROTECTED]