[Zope] Zope 2.1.6 test - login problem.
Michel Pelletier
michel@digicool.com
Fri, 24 Mar 2000 14:38:49 -0800
Eddie Maddox wrote:
>
> On Fri, 24 Mar 2000, Michel Pelletier wrote:
>
> > way, then make sure that 'nobody' can at least read everything, and can
>
> Ok. I unpack, then chown -R nobody Z..., cd Z..., ./install, ./start.
>
> "...
> socket.error: (98, 'Address already in use')"
You allready have a service that is running on a port Zope wants.
Zope wants 8080 (for web) 8021 (for FTP) and 8099 (for the monitor).
-Michel