Hi alienoid,
What I have to do to start Zope automatically from /etc/rc.d/init.d? Thanks in advance
I don't know how you do it there, but you can try the following line at the end of your "/etc/inittab" file: zp:2345:respawn:/usr/local/Zope/start It works and restarts zope if it crashes for some reason. Regards, Josef.
inittab is the wrong place to start zope. use rc.local or write a real rc script. jens On Friday, July 5, 2002, at 03:56 , Josef Meile wrote:
Hi alienoid,
What I have to do to start Zope automatically from /etc/rc.d/init.d? Thanks in advance
I don't know how you do it there, but you can try the following line at the end of your "/etc/inittab" file: zp:2345:respawn:/usr/local/Zope/start
It works and restarts zope if it crashes for some reason.
Regards, Josef.
Depends. If zope should end execution unexpectedly, but you want it to be restarted, inittab is the place. Of course, you should not litter inittab with things to do. But in a system that is mainly a Zope server. I would put it there. It is more a preference thing than anything else. Having said this, I start mine in a script in rc3.d (the box runs in level 3). On Fri, 5 Jul 2002 07:43:15 -0400 Jens Vagelpohl <jens@zope.com> wrote:
inittab is the wrong place to start zope. use rc.local or write a real rc script.
jens
On Friday, July 5, 2002, at 03:56 , Josef Meile wrote:
Hi alienoid,
What I have to do to start Zope automatically from /etc/rc.d/init.d? Thanks in advance
I don't know how you do it there, but you can try the following line at the end of your "/etc/inittab" file: zp:2345:respawn:/usr/local/Zope/start
It works and restarts zope if it crashes for some reason.
Regards, Josef.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Roger Oberholtzer
participants (3)
-
Jens Vagelpohl -
Josef Meile -
Roger Oberholtzer