RE: Tomcat issue
Michael Oliver <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.devel |
|---|---|
| Organization | Alarius Systems LLC |
| Message-ID | <007001c66945$b3f81e00$c801a8c0@OllieXP> |
I can add that we use a different notification mechanism and commented out that line, only to find that problem went away, but it wasn't much of a problem since we run tomcat as a service. Just a note that it only showed during development when we were not running as a service. Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)866-9034 Cell:(518)378-6154 Fax:(702)974-0341 -----Original Message----- From: David Delbecq [mailto:[email protected]] Sent: Wednesday, April 26, 2006 6:20 AM To: Slide Developers Mailing List Subject: Re: Tomcat issue It's a listener configured in Domain.xml which does use a non daemon Timer (which itself does use a non daemon Thread). <!-- This one prevent tomcat from stopping!!! <listener classname="org.apache.slide.webdav.event.NotificationTrigger"> <configuration> <notification include-events="false" /> <persist-subscriptions filename="subscriptions.xml" /> </configuration> </listener>--> Please note we commented out this listener here since we noticed non daemon Threads. The funny thing is we don't know what this listener is for and slide / webdav seems to work perfectly well without it! Regards, David Mathieu Larchet a écrit : > Hello, > > There's a known issue with Slide 2.1 since february 2005. > Tomcat don't stop when launching shutdown.sh. > I've already tried to trace which thread cause this problem with > Netbeans Profiler without success. > > Is there a solution, the bugzilla show this issue as 'new'. > > Thanks > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]