In a destroy method of classes, where is thread started? This I dont't know.
I try it, but tomorrov.
BTW: My application run "in a apache SOAP" So I don't restart my application, but 
apache SOAP. My application is deployed in SOAP.

renhu

================= Original Message =================
Od (From): "Phillip Qin" <[EMAIL PROTECTED]>
Komu (To): "'Tomcat Users List'" <[EMAIL PROTECTED]>
Kopie (Cc):
Předmět (Subject): RE: Threads in application
Datum (Date): 21. 10. 2004 16:38
==================================================

> Were you able to stop thread in the destroy method?
>
>
>
> -----Original Message-----
> From: René Hužva [mailto:[EMAIL PROTECTED]
> Sent: October 21, 2004 10:33 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Threads in application
>
>
> I have created class, which is registered in web.xml as listener. This class
> implements ServletContextListener and contains two methods, wich writte a
> message, when is application started or stopped. But why have registered
> thread? Please help me.
>
> Thank,
>
> renhu
>
>
> ================= Original message =================
> Od (From): "Tim Funk" <[EMAIL PROTECTED]>
> Komu (To): "Tomcat Users List" <[EMAIL PROTECTED]> Kopie (Cc):
> Předmět (Subject): Re: Threads in application
> Datum (Date): 21. 10. 2004 16:20
> ==================================================
>
> > You need to regeister that thread "somewhere" so it can be stopped on
> > webapp
> > shutdown. See ServletContextListener for hooking into webapp startup and
> > shutdown.
> >
> > -Tim
> >
> > René Hužva wrote:
> >
> > > Hi,
> > > I create a one thread in a application, which runs in Tomcat
> > > (application doesn't run as servlet). When I reload application from
> > > Tomcat Manager, application is reloaded, but thread isn't destroy and
> it's created second thread, third, etc. How have destroy a thread, when is
> applicaton reloaded (or stopped) from Tomcat Manager?
> > >
> >
> > ---------------------------------------------------------------------
> > 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]
>
>
> !DSPAM:4177c8d0272201609119285!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to