Dean Cording wrote:
Has anyone used the Cron block to invoke a pipeline in the background?

If you use the scheduler, you may not access cocoon: URLs because they are only available from within a request. A workaround is to use http: URLs and thus create an external request. To avoid others from calling those URLs you could restrict them to access from localhost by matching the client's IP address for example.

Chris.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to