2 Sep
2006
2 Sep
'06
4:15 p.m.
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?