How to get zope to load when server starts
Hi i have a zope installed on a dedicated server using linux fedora core 3 Does anyone know how to get zope to load when the server is started and how to keep it open whilst the server is running. Thanks -- View this message in context: http://www.nabble.com/How-to-get-zope-to-load-when-server-starts-t1283585.ht... Sent from the Zope - General forum at Nabble.com.
--On 15. März 2006 01:37:51 -0800 JulianRead <Julian@isolve-online.com> wrote:
Hi i have a zope installed on a dedicated server using linux fedora core 3
Does anyone know how to get zope to load when the server is started and how to keep it open whilst the server is running.
ln -sf /path/to/bin/zopectl /etc/init.d chkconfig zopectl on -aj ----------------------------------------------------------------------- - Andreas Jung ZOPYX Ltd. & Co KG - - E-mail: info@zopyx.com Web: www.zopyx.com, www.zopyx.de - -----------------------------------------------------------------------
Thanks When i run chkconfig zopectl on i get the error message service zopectl does not support chkconfig -- View this message in context: http://www.nabble.com/How-to-get-zope-to-load-when-server-starts-t1283585.ht... Sent from the Zope - General forum at Nabble.com.
JulianRead wrote:
When i run chkconfig zopectl on i get the error message
service zopectl does not support chkconfig
Well, that's a pretty explicit error message...
View this message in context: http://www.nabble.com/How-to-get-zope-to-load-when-server-starts-t1283585.ht... Sent from the Zope - General forum at Nabble.com.
Can't you just subscribe to this list yourself? Chris
participants (3)
-
Andreas Jung -
Chris Withers -
JulianRead