11 Jul
2002
11 Jul
'02
7:28 p.m.
Ed Colmar writes:
One thing I notice that might be affecting it is that for some reason after starting zope in my terminal window with "./start &" I am unable to properly disconnect from the server. I have to close the window, and me ssh client asks me if I want to disconnect.
Could this be affecting it? Does your Zope tries to output something to "the console"?
Start it with "nohup", with "STUPID_LOG_FILE=<your log file>" or redirect stdout and stderr explicitely. Dieter