Re: Custom class that runs when cocoon starts up

2006-08-14 Thread Sanket Pattekar
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

Re: Custom class that runs when cocoon starts up

2006-08-08 Thread David Perez
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 -

RE: Custom class that runs when cocoon starts up

2006-08-07 Thread Ard Schrijvers
> > 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