Hi there, I can't automatically start Zope2.4.0 on RH7.1 the ./start script works fine, but the "zope" one that's supposed to go inside init.d doesn't do anything (no errors, it looks for zserver.sh, that's not there, and dies). I tried to debug it, but my bash skills are not up to the task. Any idea? Could you share with me your start-up script? Thanks everybody! <G>
First, if you're not a linux guru, use Webmin to deal with your server... it's amazing... http://www.webmin.com - in there is a section on bootup and shutdown, you can just create a new item, and put in the command: /usr/local/zope/Zope-2.3.3/start -u zope -p - -W 8081 \ -a 127.0.0.1 -t 20 \ &> /usr/local/zope/Zope-2.3.3/var/log/startup.log & Is what I have, which shunts the error messages to a log. Could be better but I don't know how to use the syslog's (yet!). You can check Zope's doc (or the source of the start script) to see the parameters.
From: <aaa@simplesky.com> Date: Mon, 27 Aug 2001 12:44:53 +0200 (CEST) To: <zope@zope.org> Subject: [Zope] start zope on RedHat 7.1
Hi there, I can't automatically start Zope2.4.0 on RH7.1 the ./start script works fine, but the "zope" one that's supposed to go inside init.d doesn't do anything (no errors, it looks for zserver.sh, that's not there, and dies).
I tried to debug it, but my bash skills are not up to the task.
Any idea? Could you share with me your start-up script?
Thanks everybody!
<G>
_______________________________________________ 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 )
participants (2)
-
aaaï¼ simplesky.com -
marc lindahl