2 Sep
2006
2 Sep
'06
2:34 p.m.
----- Original Message ----- From: "beno" <zope@2012.vi> To: <zope@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