Hello, I use Zope 2.4.4 for my Intranet sites. The HTTP server works fine, the FTP server too. But, i didn't manage to run the WEBDAV server : in fact, i don't understand how to specify the "source - port" for Webdav. I have a script like that : ....... z2.py ..... -W %HTTP_PORT% -F %PORT_FTP% How can i specify the WebDav Port ? Thanks in advance. Frédéric. PS : Excuse my english.... ;-)
its -w 8080 -f 8021 -W 9800 mind the case of the parameter -f not -F !!! if you just start python z2.py you get a list of all parameters Robert flemaitre@fede.generali.fr wrote:
Hello,
I use Zope 2.4.4 for my Intranet sites. The HTTP server works fine, the FTP server too.
But, i didn't manage to run the WEBDAV server : in fact, i don't understand how to specify the "source - port" for Webdav. I have a script like that : ....... z2.py ..... -W %HTTP_PORT% -F %PORT_FTP%
How can i specify the WebDav Port ?
Thanks in advance. Frédéric.
PS : Excuse my english.... ;-)
correction: use python z2.py -help to see the options Robert flemaitre@fede.generali.fr wrote:
Hello,
I use Zope 2.4.4 for my Intranet sites. The HTTP server works fine, the FTP server too.
But, i didn't manage to run the WEBDAV server : in fact, i don't understand how to specify the "source - port" for Webdav. I have a script like that : ....... z2.py ..... -W %HTTP_PORT% -F %PORT_FTP%
How can i specify the WebDav Port ?
Thanks in advance. Frédéric.
PS : Excuse my english.... ;-)
participants (2)
-
flemaitre@fede.generali.fr -
robert