Thanks for your answer Mark, i thought the same thing, but this is a daemon
thread... it should cause any problems, isn't it so?


markt-2 wrote:
> 
> On 18/02/2010 10:16, nocturna_gr wrote:
>> 
>> Hallo,
>> i am running an application (Spring+Framework+Quartz) in tomcat 6.0.18
>> under
>> Windows XP and JDK 1.6.0_16. When i shutdown tomcat (either script or
>> SHUTDOWN via 8005 port), there are always some threads hanging. They are
>> not
>> related to the application, as far as i can see- although it problems
>> with
>> "Spring+Framework+Quartz". The thread stack follows; i can see some locks
>> there... Does somebody have some advice? I am new in Tomcat (and threaded
>> debugging) so any directions would be appreciated....
> 
> If you start a TimerThread you are expected to stop it. This is normally
> done by cancelling whatever jobs you scheduled.
> 
> Tomcat 6.0.25 will include code to automatically stop forgotten timer
> threads but that is only a workaround.
> 
> Mark
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/tomcat-6.0.18-doesn%27t-fully-shutdown-tp27636692p27638624.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to