[opencms-dev] Re: Can i schedule a .jsp file to run as a cron job
Christian Poecher
Poecher at gmx.net
Fri Aug 6 18:36:02 CEST 2004
Kelvin wrote:
> I wrote a class file to try create a file on the root directory and put
> it as a cron job. I keep getting the error below when the cron job is ran:
Easy way would be
a) to extract the code of the jsp and make a class with it. It's nicer
anyway to use this approach everywhere. This is called MVC-Pattern.
b) make a system cronjob and call wget, lynx or w3m with the URL your
want to call.
chris
More information about the opencms-dev
mailing list