[Zope] ZEO Problem
beno
zope at 2012.vi
Sat Sep 2 12:15:47 EDT 2006
Jonathan wrote:
>> 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
That's logical. Why does zeo need its own port?
More information about the Zope
mailing list