[ZODB-Dev] zope.conf question...
Chris McDonough
chrism@zope.com
Mon Apr 14 19:02:58 EDT 2003
I should mention that the example you give *will* work to make the
"main" database a ZEO client storage. What *wont* work is attempting to
name other databases with different mount points inside of zope.conf
(they will not be mounted).
One thing to know, however, is that if there is a custom_zodb.py file in
the instance home (DBTab puts one there), the config file databases will
be ignored.
- C
On Mon, 2003-04-14 at 13:10, Harald Ragger wrote:
> Hi,
>
> i 've installed Zope from CVS on my linux laptop, and it runs fine. what i
> couldnt find are documented conf files. my question:
>
> do we still need dbtab installed as product for mounting storages, or is it
> possible to configure things without dtab, for example mount zeo storage
> test1 as main db to my zope-client:
>
> zope.conf snip-----
> ....
> <zodb_db main>
> <zeoclient>
> server localhost:9999
> wait false
> storage test1
> </zeoclient>
> mount-point /
> </zodb_db>
> ...
> --------snip
>
> will this be possible or am i on the wrong way and will have to do it via
> dbtab instead?
>
> zeo.conf:
> its rather easy to seup zeo now and to serve two or more filestorages
> configured via the zeo.conf file.
> does anybody have conf- examples for serving BDB-Storages in ZEO?
>
> Thanks and Greetings,
> Harry
>
>
>
> _______________________________________________
> For more information about ZODB, see the ZODB Wiki:
> http://www.zope.org/Wikis/ZODB/
>
> ZODB-Dev mailing list - ZODB-Dev@zope.org
> http://mail.zope.org/mailman/listinfo/zodb-dev
More information about the ZODB-Dev
mailing list