1 Apr
2001
1 Apr
'01
7:46 p.m.
David Kelly writes:
I have just installed zope on a linux ix86 box remotely using ssh...all went perfectly, managed to start zope and connect up to the control panel...all when my ssh connection was still open...as soon as I stopped it I lost contact with zope. Is there a way to start zope so that it stays running after I close the ssh connection? Probably, it already helps to start Zope without the "-D" (debug mode) option.
If it does not or you want the debug mode, then certainly a "nohup" (--> man nohup) will help. Dieter