Thanks for all your replies...'
Based on the replies, I think that cron job is the best available
solution, as I need to execute a pipeline, so I can use
CocoonPipelineCronJob.
However I would like to know how to write a cron job that is executed
only once and periodically. Having followed the d
Sanket Pattekar schrieb:
Hi
Is it possible to have a custom class that runs when cocoon starts up.
Using this class I need to run call a pipeline at startup.
This feature I need is similar to that of overriding the init() method
of any servlet.
Sanket
-
>
> Hi
>
> Is it possible to have a custom class that runs when cocoon starts up.
> Using this class I need to run call a pipeline at startup.
If all you want is running a certain pipeline you can use a cron job.
Ard
>
> This feature I need is similar to that of overriding the init() metho