Hi experts,

Here there is a requirement like autoloading a jsp file, once a day without any human intervention. A JSP file should be executed daily at a particular time automatically.

I'm using

Web Server:Tomcat 5

If there is any logic or idea regarding the same is appriciated.

Regards,

If you were to do this with a Linux server you could set up a cron job that executes the file you want.
On windows you would use the windows task scheduler..

I use this for php, so I guess it should be the same for jsp, no matter what server you're using.

The command to run on linux would look soemthing like:
wget -q http://www.yourdomain.com/yourscript.jsp > /dev/null

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.