I am using Zope 2.3 and I would like to update the Zope Catalog manually (ie cron script) every hour. Any suggestions on how to do that? Niclas Kuehne Please reply to nk@nkmail.com --
Hi, if you use Products which are CatalogAware, then their should no need for a cron job. CatalogAware products will catalog themselves on changes. Regards, Dirk Niclas Kuehne schrieb:
I am using Zope 2.3 and I would like to update the Zope Catalog manually (ie cron script) every hour. Any suggestions on how to do that?
Niclas Kuehne
Please reply to nk@nkmail.com
--
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Dirk Datzert writes:
if you use Products which are CatalogAware, then their should no need for a cron job.
CatalogAware products will catalog themselves on changes. Minor corrections:
CatalogAware only handles creation and deletion. When something is changed, "reindex" must be called explicitly (may be "reindexObject"). I have read that "CatalogAware" is deprecated in favour of "CatalogPathAware". Dieter
Niclas Kuehne writes:
I am using Zope 2.3 and I would like to update the Zope Catalog manually (ie cron script) every hour. Any suggestions on how to do that? Use the product Xron (periodic tasks manageable via Web based management) or use ZClient/XML-RPC from an external script started by cron. There is a HowTo on Zope.org for the latter.
Dieter
participants (3)
-
Dieter Maurer -
Dirk Datzert -
Niclas Kuehne