currently, i'm using ZServer and it seems that one needs to leave a telnet session open for the server to remain active: typically, i'll start her up like: ./start -w 80 & however, if i close the session or it times out, the server stops. what might i be doing wrong here? veritas ------ Do you do Linux? :) Get your FREE @linuxstart.com email address at: http://www.linuxstart.com
if you edit the "start" script and remove the '-D' command line option for z2.py contained in it you should be able to close the session without a problem. -D means debug mode in which it doesn't disconnect from the terminal. jens Jens Vagelpohl Systems Administrator Washtenaw Development Council
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of veritas Sent: Tuesday, September 07, 1999 07:45 To: zope@zope.org Subject: [Zope] starting ZServer via telnet
currently, i'm using ZServer and it seems that one needs to leave a telnet session open for the server to remain active: typically, i'll start her up like:
./start -w 80 &
however, if i close the session or it times out, the server stops. what might i be doing wrong here?
veritas ------
On 7 Sep 1999, veritas wrote:
currently, i'm using ZServer and it seems that one needs to leave a telnet session open for the server to remain active: typically, i'll start her up like:
./start -w 80 &
however, if i close the session or it times out, the server stops. what might i be doing wrong here?
Use nohup to prevent this. (See 'man nohup') % nohup ./start -2 80 & -Tim -- Timothy Wilson | "The faster you | Check out: Henry Sibley H.S. | go, the shorter | http://slashdot.org/ W. St. Paul, MN, USA | you are." | http://linux.com/ wilson@chem.umn.edu | -Einstein | http://www.mn-linux.org/
participants (3)
-
Jens Vagelpohl -
Tim Wilson -
veritas