[thelist] zope: a few questions

Seb seb at members.evolt.org
Mon Jan 13 22:36:00 CST 2003


>i would love to but i could not find a file i thought was the startup
>script. the only one i found was called start.bat but it didn't seem
>like the file you were after. i will include it's contents anyway.
>
>
>(+ indicates wrap)
>
>"C:\Program Files\intranet\bin\python.exe"
>+ "C:\Program Files\intranet\z2.py" -D %1 %2 %3 %4 %5 %6 %7 %8 %9

Okay, this is the default script for starting Zope.

Calls c:\blah\z2.py passing in the -D parameter (debug mode) and whatever
you add on the command line. (Normally nothing.)

So, by default:

Web server running on port 8080
FTP server running on port 8021
Webdav will not be running.

To enable WebDav, change start.bat to the following:


>"C:\Program Files\intranet\bin\python.exe"
>+ "C:\Program Files\intranet\z2.py" -D -W 99 %1 %2 %3 %4 %5 %6 %7 %8 %9


Which will run WebDav source-view on port 8099

A good guide to Zope behind IIS is available here:

http://www.zope.org/Members/volkerw/Zope%20behind%20IIS

- seb

--
seb can be found at http://poked.org




More information about the thelist mailing list