1 Feb
2002
1 Feb
'02
7:40 p.m.
On Fri, 2002-02-01 at 02:26, Jens Vagelpohl wrote:
by default zope will not disconnect from the console when you start it. i think it started up right the first time but since the command prompt never came back you thought it was hung.
Or more exactly it will not disconnect if run in debug mode, which is default :) check for -D in ./start I mostly keep the -D but run it with a command file called START which contains ./start >start.log 2>start.errlog & so that I can watch errors with tail -f start.errlog if I want to ----------- Hannu