RE: [Zope] Starting Zope from Telnet
If your question is "how to execute ZServer on Linux without having its process being killed when I close the terminal session", the answer is something like: nohup ./start & (For more information, do "man nohup") -- Alexander Staubo http://www.mop.no/~alex/ "QED?" said Russell. "It's Latin," said Morgan. "It means, 'So there you bastard'." --Robert Rankin, _Nostramadus Ate My Hamster_
-----Original Message----- From: Francisco Sam Castillo [mailto:fsam@proyecto-web.com.mx] Sent: 20. august 1999 22:36 To: zope@zope.org Subject: [Zope] Starting Zope from Telnet
Hello all,
One question, how can I start the zope from a telent session and logout without Zope shutting down? Please help me I have struggle a lot to finally fin a place to make it work and now that it does I can not make the process stay when closein my remote session...
:(
Sam
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
On Fri, Aug 20, 1999 at 09:42:08PM +0200, Alexander Staubo wrote:
If your question is "how to execute ZServer on Linux without having its process being killed when I close the terminal session", the answer is something like:
nohup ./start &
(For more information, do "man nohup")
Even simpler: edit the start script, remove the '-D' switch. This is a beta, after all, so having debugging on by default (including remaining attached to the terminal) is certainly valid. Typing: ./start --help get's you a nice (long!) usage message, including this nugget: -D Run in Zope debug mode. This causes the Zope process not to detach from the controlling terminal, and is equivalent to supplying the environment variable setting Z_DEBUG_MODE=1 Ross -- Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu> NSBRI Research Scientist/Programmer Computer and Information Technology Institute Rice University, 6100 S. Main St., Houston, TX 77005
participants (2)
-
Alexander Staubo -
Ross J. Reedstrom