What you really need to do is to design your periodical servlet to implement
Runnable. Add another servlet that starts the periodical servlet and load
that servlet during startup. The periodical then does its thing and sleeps
for x amount of time. Then wakes up and so on...

/Christopher

-----Ursprungligt meddelande-----
Fran: Raj Saini
Till: Tomcat Users List
Skickat: 2002-10-07 23:24
Amne: Re: I need to run a servlet periodically

To need the servlet run periodically you need a client calling the 
servlet periodically. Make your client to run periodically and it will 
cause the servlet to run.

We can suggest you a solution if you let us know what exactly you want 
your servlet to do.

Raj Saini
Filip Rachunek wrote:
> Hello,
> is it possible to have a servlet in Tomcat container
> which is invoked automatically each gived time period?
> [e.g. each 10 minutes]  And I would also need this
> special servlet to access other resources of my web
> application [connection pool, ...].
> 
> Thanks.
> Filip Rachunek
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos & More
> http://faith.yahoo.com
> 
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
> 




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

Reply via email to