[Zope] newbie questions redux
Dylan Reinhardt
Dylan@DylanReinhardt.com
Wed, 16 Oct 2002 14:29:51 -0700
You made reference to some odd port number earlier. This output says port
8080, the Zope default. Are you trying to connect to 8080? If you need
Zope on a different port than 8080, pass -wXX to z2.py in the start script
where XX is the preferred port number.
At 02:17 PM 10/16/2002 -0700, you wrote:
>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
>
>
>_______________________________________________
>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 )