Hi,
You dont need a servlet for that, choose betwen:
- using daemon threads within the same JVM with the servlet.
- use some operating system facility similar with cron services
in Unix to launch timed program executing, java or not..
Cezar.
On Sun, 27 Jun 1999, Eytan Seidman wrote:
> Is there any way to make a servlet call itself automatically. I want a
> servelt to ru nlat every nite to query a database and send Emails if there
> is new information in the database. Whats the easiset way to have a servlet
> call itself?
>
> Eytan
>
> ___________________________________________________________________________
> 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
>
___________________________________________________________________________
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