[Zope] ZEO Problem

Jonathan dev101 at magma.ca
Sat Sep 2 10:34:40 EDT 2006


----- Original Message ----- 
From: "beno" <zope at 2012.vi>
To: <zope at zope.org>
Sent: Saturday, September 02, 2006 10:27 AM
Subject: Re: [Zope] ZEO Problem


>I got this working by changing the following in zope.conf:
>    server localhost:7080
> to
>    server 202.71.106.119:9999
> Apparently, it needs its own port?
> TIA,
> beno

You need to make sure that the entry in your zeo client config file 
(zope.conf)
eg

<zeoclient>
   server 194.123.123.123:8100


matches the entry in your zeo server config file (zeo.conf)
eg.

<zeo>
   address 8100

and that your zeo server is running on the ip address specified in the 
<zeoclient> entry in zope.conf



Jonathan 




More information about the Zope mailing list