thread.setDaemon(true); Any idea which threads are causing the problems? This should be easy to fix.
-James On Mon, 2005-03-21 at 08:10 -0800, Warwick Burrows wrote: > I have seen a similar problem. I was told that it is related to how you > define your threads to Tomcat. If the thread is a daemon thread then > Tomcat needs to know this so that it doesn't wait for the thread to > finish when it is trying to shut down your apps threads. I don't know > specifically how to do this though. > > Warwick > > > > > -----Original Message----- > > From: Kumar, Ashok [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 21, 2005 8:44 AM > > To: Slide Developers Mailing List > > Subject: Slide not properly shutting down > > > > > > We are running Latest Slide2 release under Tomcat55. We are > > noticing a case where tomcat doesnot completly shutdown and > > we see some Slide related threads still lying around. We are > > using the J2EE configuration. Has any one else seen such a > > behaviour. > > > > Ashok > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
