You can also start/stop a 'standard' java.util.Timer
in your ServletContextListener.

This will only work correctly on a single server, not
a cluster with multiple servers, depending on what the
task(s) do.

I've used this on single server installations without
any problems.


--- Luciano Costa <[EMAIL PROTECTED]> wrote:

> Hi all!
>  
> I would like to configure Tomcat to run a specific
> servlet periodically
> (e.g. hourly).
> it's possible?  where do I this config?
>  
> thanks in advance!
> 


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

Reply via email to