[web2py] Re: Crontab

2011-01-03 Thread Christopher Blunt
hen web2py is > run from the command line, but in general (especially when it's started from > a system-startup rc file) there's no telling what stdout is--if indeed it's > anything at all. > > > > > Massimo > > > On Jan 3, 11:17 am, Christopher Blun

[web2py] Crontab

2011-01-03 Thread Christopher Blunt
Hi, Can scripts invoked via cron have access to the local file system? As a test I created a script that I wish to run (via hardcron) every 5 minutes that will dump out test data to a file. The script seems to be invoked by web2py cron thread but no output file is created? Also, can a controller