[Zope] Zope Server Down!!

Dennis Allison allison@sumeru.stanford.EDU
Wed, 1 Jan 2003 08:16:22 -0800


> I had some problems I'll share shortly, so I tried to restart my Zope 
> server. I use InstanceHome, so I ran this command in that folder:
> 
> 	nohup ./zctl.py start
> 
Try
	nohup ./zctl.py ./start

My guess is that . is not in your path.