J�rn Heid writes: > I want to save the output of a pipeline using a schedule class. > E.g. saving an excel file every hour automatically. > An approch would be to call the specific URL (e.g. > http://localhost/get-excel-sheet.xls) but as I use a login-prompt I have to > call serveral pages before.
You probably want to use the command-line interface to Cocoon, see http://cocoon.apache.org/2.1/userdocs/offline/cli.html You can generate the excel sheet every hour by writing a script that calls Cocoon, and runs evey hour using 'at', or 'crontab', or something similar. Regards, Nico Verwer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
