Re: Automatic call pipeline at startup

2008-07-22 Thread Joerg Heinicke
If you don't want to program it yourself you have to use the infrastructure provided. In your case it's the servlet API as Andreas pointed out. Joerg On 30.01.2008 14:40, Alessandro Vincelli wrote: Thank you for this solution, but I want find a solution less inasive. Andreas Kuehne ha

Re: Automatic call pipeline at startup

2008-01-30 Thread Alessandro Vincelli
More precisely. I'm using Cocoon Cron (CocoonPipelineCronJob) to invoke a pipeline every 30 minutes. Can I configure Cocoon Cron to invoke the same pipeline also at application startup? Thanks in advance Alessandro Alessandro Vincelli wrote: Is possible call pipeline or flowscript function

Re: Automatic call pipeline at startup

2008-01-30 Thread Andreas Kuehne
Can I configure Cocoon Cron to invoke the same pipeline also at application startup? I'm not familiar with cron ... but for sure you can get it by implementing an ServletContextListener. It will be called at sturtup / shutdown of your app or (un-)deployment. Good luck Andreas

Re: Automatic call pipeline at startup

2008-01-30 Thread Alessandro Vincelli
Thank you for this solution, but I want find a solution less inasive. Andreas Kuehne ha scritto: Can I configure Cocoon Cron to invoke the same pipeline also at application startup? I'm not familiar with cron ... but for sure you can get it by implementing an ServletContextListener. It

Automatic call pipeline at startup

2008-01-29 Thread Alessandro Vincelli
Is possible call pipeline or flowscript function at application startup? thanks in advance Alessandro -- http://www.alessandro.vincelli.name - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL