Tom John wrote:
>
> Rather than using winnt service(AT).How can we write a background thread to
> run (execute automatically) a particular servlet on a particular day.(Infact
> I have two or more schedules to be executed like this).

The servlet is a class like any other Java class. Like any Java class, the
servlet can implement Runnable. The servlet itself can create a thread which
runs independently of any request that comes from the servlet engine.

Kevin Mukhar

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to