Problems solved, thanks for all the help Changed port to 8000 (./start -w8000) and everything seems to work fine Roel PS -w80 already taken by other applicition :-)
-----Oorspronkelijk bericht----- Van: zope-admin@zope.org [mailto:zope-admin@zope.org]Namens Todd Graham Verzonden: woensdag 17 april 2002 15:46 Aan: roel@planetinterior.com; Zope@Zope. Org Onderwerp: Re: [Zope] Problem Starting Zope PANIC (300)
You probably need to modify the start file and change the port(s) that zope will use when starting. I believe there are three arguments that can be passed -w portnumber "ZServer", -W portnumber "WebDAV" and -f portnumber "ftp" . Adding these arguments will change the ports that zope uses. Here is what mine looks like
snip<
$INST_HOME/z2.py -w80 -W9001\ "$@"