Running a servlet from a cron job

Friday of January 25, 2013

On one instance I needed a quick job or scheduler to run a specified url on a given schedule, so by accessing the site directly from a cron tab the process is triggered.

0 * * * * wget -O - -q -t 1 http://rankaru.com/action