[Zope-dev] zeo and queuecatalog conflict-resolution
Joachim Schmitz
js at aixtraware.de
Sun Feb 10 13:35:38 EST 2008
Andreas Jung schrieb:
>
>
> --On 10. Februar 2008 18:34:54 +0100 Joachim Schmitz <js at aixtraware.de>
> wrote:
>
>> What is the recommended method to make the conflict-resolution-code
>> available to the zeo-server ?
>>
>> Is there a "Products" directive for zeo.conf ?
>>
>
> I think it is sufficient that the Products directory is in the PYTHONPATH
> or available through sys.path.
would something like:
INSTANCE_PRODUCTS="/home/Zope/instances/waeup/Products"
ZODB3_HOME="/home/Zope/install/z296/lib/python"
PYTHONPATH="$ZODB3_HOME:$INSTANCE_PRODUCTS"
export PYTHONPATH INSTANCE_HOME
in zeoctl do, and how can I check that it is realy effective ?
--
Gruß Joachim
More information about the Zope-Dev
mailing list