-----Ursprüngliche Nachricht----- Von: Tino Wildenhain [mailto:tino@wildenhain.de] Gesendet: Mittwoch, 12. Januar 2005 11:34 An: Arenz, Ralph Cc: 'zope@zope.org' Betreff: Re: [Zope] ZEO-Client On Wed, 2005-01-12 at 11:16 +0100, Arenz, Ralph wrote:
Hi,
i' am using Zope-2.7.3 and i wan't my client-storages to be connected at zope-startup. In Zope-2.6.3 i used "open_at_startup" in DBTab but this option seems not to be included in release 2.7.3, however i can't find it in component.xml. If i add it to zope.conf anyway i get an exception.
What do you mean by "open_at_startup"? If you configured the storages in zope.conf, you go to ZMI and add a DBTab Mount point, check all storages you want to mount and add. From now on the clients are connected each time zope starts.
HTH Tino
The option "open_at_startup" means that the client-databases are opened at zope-initialization (not when zope is already up). If this fails zope won't come up. That feature is useful if Zope shouldn't run without an paticular storage.