4 Apr
2000
4 Apr
'00
4:18 p.m.
On Tue, 4 Apr 2000, Choi He Chul wrote:
but, Zope Server was Down any error message.
I can't Understand. So, I try to find log.
If you start ZServer using the supplied 'start' script, then it will run in 'debug' mode, which means error messages will be dumped to the console.
Any error logs ?
Take a look at http://www.zope.org/Documentation/Misc/LOGGING.txt
I want start ZServer when my computer boot up.
there are any Start script as apachectl ?
There should be 'start' and 'stop' scripts in your Zope directory. (I haven't used the RPMs, so I'm not sure about that.) You'll want to modify the 'start' script before calling it from system intialization by removing the '-D' flag so that Zserver will go into daemon mode. --RDM