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
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
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
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]
It may not related to tomcat directly but I would appreciate if you can help me
to find the problem with my web app. The web app creates number of threads, and
on each deployement, web app should close threads and create new threads but it
instead of closing/reusing old threads, it creates new t