Try looking at the utilities at coolservlets.com. They have a few classes
that will allow you to add some code that will cause the servlet to do
whatever you would like at certain times.
Larry
On Mon, 28 Jun 1999, Cezar Totth wrote:
> 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
>
Talk to you later,
Larry M. Lemons
http://php.indiana.edu/~llemons/home.html
Live your life as a tale to be told..
always make the more interesting choice.
___________________________________________________________________________
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