RE: [Zope] Zope - long running process

2000-08-14 Thread R. David Murray
On Sat, 12 Aug 2000, bak @ kedai wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of J. > > Atwood > > > > There is a switch in z2.py that allows you to point to a PID file. It will > > automatically restart your Zope installation once it goes d

RE: [Zope] Zope - long running process

2000-08-11 Thread bak @ kedai
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of J. > Atwood > Sent: Saturday, August 12, 2000 1:04 AM > To: [EMAIL PROTECTED] > Subject: Re: [Zope] Zope - long running process > > > There is a switch in z2.py that allows

Re: [Zope] Zope - long running process

2000-08-11 Thread J. Atwood
There is a switch in z2.py that allows you to point to a PID file. It will automatically restart your Zope installation once it goes down (if). Like so... (start script) ___ #! /bin/sh reldir=`dirname $0` PYTHONHOME=`cd $reldir; pwd` export PYTHONHOME exec /usr/local/zope/bin/python \ $PYTH