[Zope] How best to restart Zope?

J. Atwood jatwood@bwanazulia.com
Tue, 19 Sep 2000 07:44:36 -0400


>Q: How to make sure Zope restarts automatically it is shut down ?

This is built into Z2.py

Put this in your 'start' script

   -Z /home/local/zope/var/Z2.pid

It watches the PID and if it fails will restart it.

More if you read z2.py

J