27 May
2001
27 May
'01
12:17 p.m.
I read in a previous post "somewhere" ;^) that if you start zope on a secure shell with ./start & and then close this connection the zope server will stop running.
Which is what is happening, if I start the zope server via the shell and live the shell open the server can run forever, unless I restart it, but as soon as I close the shell connection the zope server shuts as well.
My question therefore is -- How do I start the ZServer if one does not have access to the actual machine?
I am not sure, but what about switching off debug mode ("-D" in the start script)? Also, you could try nohup ./start & That should always work ...