[zope] Re: [Zope] start zserver with cronjob

Phil Harris phil@harris-family.info
Tue, 04 Feb 2003 13:54:28 -0000


Almost correct.

The problem is that he's probably still got Zope running in Development 
mode, the -D in the start script.

The best way to solve this is to remove the -D from the start script, this 
daemonizes Zope.

hth

Phil

On 04 Feb 2003 07:09:21 -0600, Andrew Altepeter <aaltepet@bethel.edu> 
wrote:

> Hi Jos,
>
> How about ./start &
>
> The '&' tells the shell to execute the program in the background.  This
> will allow you to exit your ssh session, and still have zope running.
>
> Cheers,
> Andy
>
> On Tue, 2003-02-04 at 06:38, Jos van der Vleuten wrote:
>> Hello all,
>>
>> I have installed zope on my webspace at a hosting provider.
>> With ssh i can start the zserver with the ./start command, but when i
>> close the ssh-session the
>> zserver stops executing.
>> Now i want to make a cronjob to automate this task of running the
>> zserver.
>> I'm not very familiar with linux, so can somebody explain me how to do
>> this.
>>
>> Jos van der Vleuten
>> Programmeur / Analist
>> http://www.walcheren-online.net
>>
>> UCC Business Solutions
>>
>> Buizerdlaan 2
>> Postbus 1534
>> Nieuwegein Telefoon +31 (0)30 6008600
>> Fax +31 (0)30 6008601
>> http://www.ucc.nl
>>
>> Have a nice day !
>>
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>
>



-- 
Phil Harris