RE: [OT] Bootstrap stop()

2007-02-27 Thread Caldarale, Charles R
> From: Fran Varin [mailto:[EMAIL PROTECTED] > Subject: Re: [OT] Bootstrap stop() > > In looking at the class for the thread > "org.apache.tomcat.util.threads.ThreadWithAttributes" > there does not appear to be a way to bring the thread > down gracefully. In

Re: [OT] Bootstrap stop()

2007-02-27 Thread Fran Varin
OK, after spending a considerable amount of time crawling through Tomcat's Bootstrap and Catalina classes. I have narrowed the problem down I believe. It seems that the Bootstrap.stop() method is capable of stopping all of the threads except for one named "http-8080...". When the Bootstrap.start()

Re: [OT] Bootstrap stop()

2007-02-27 Thread Fran Varin
I took a look at the source for Tomcat 6 and the "// FIXME" remains in the "destroy" method within "Bootstrap" as well. The lack of documentation around this part of Tomcat's API is not helping much here either. So, it begs the question is what I've coded sufficient to start and stop Tomcat fro