AFAIK  Tomcat dont provide a replacement for this. It is not in
Servlet spec. Search in archives as it was asked a few weeks before.

rgds
Antony Paul


On Thu, 3 Mar 2005 16:45:24 +0530 (IST), Subramanya Sastry
<[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I am developing a Java web application, and one of the requirements is to run
> a particular servlet periodically, or even at specified times.  Resin provides
> this ability via its "run-at" configuration element for servlets in web.xml
> 
> Example Resin configuration:
>    <servlet>
>       <servlet-name>download</servlet-name>
>       <servlet-class>DownloadNewsServlet</servlet-class>
>       <run-at period='360m'/>
>    </servlet>
> 
> However, I haven't found an equivalent configuration for Tomcat.  I searched
> the web and was unsuccessful.  So, any pointers as to how I could achieve this
> for Tomcat would be appreciated.
> 
> Thanks,
> Subbu.
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to