[Zope] newbie questions redux
   
    John Fink
     
    jbfink@library.ucsf.edu
       
    Wed, 16 Oct 2002 14:17:33 -0700 (PDT)
    
    
  
I should have made this clearer, but -- yes, Zope is still running.  Geez,
I wish it were as simple as that.  As far as I can tell I get normal
output when I run the start script; it tells me the Zserver HTTP and FTP
have started, and that the database is mounted, etc.  Here's the output of
the start script in case anyone is curious:
> ./start
------
2002-10-16T18:43:56 INFO(0) ZODB Opening database for mounting: '9172432_1033077861.174041'
------
2002-10-16T18:43:56 INFO(0) ZODB Mounted database '9172432_1033077861.174041' at /temp_folder
------
2002-10-16T18:43:56 INFO(0) ZServer HTTP server started at Wed Oct 16 11:43:56 2002
        Hostname: donald
        Port: 8080
------
2002-10-16T18:43:56 INFO(0) ZServer FTP server started at Wed Oct 16 11:43:56 2002
        Hostname: donald
        Port: 8021
jf