When starting instance or zeoclient1 you will see that it shows 2 address lines with the shown port numbers. Now you can use webdav on port 8080 !! in the example above.
A simple but free WebDav explorer written in Java can be downloaded here: https://www.ics.uci.edu/~webdav/download.html. It supports check-in/out, lock/unlock, versioning, report and so on. Of course on Windows you can use WinSCP to test your connection. Or Cadaver on Linux.
Hello everyone, hello @Peter,
Plone 5.2.2 is well installed but I have the same problem uploading to plone.
I followed @Peter's advice to fix the problem but the result is partial.
Indeed, I modified the buildout.cfg as follows:
"[instance]
recipe = plone.recipe.zope2instance
user = admin: XXXXXXXXXXX
http-address = 127.0.0.1:9090 127.0.0.1:8080
http-fast-listen = true
zope-conf-additional =
webdav-source-port 9090
http-realm Welcome at Zeoclient1 "
Then after running buildout in poweshell, here is the result:
"Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
But the end result is partial:
in wsgi.ini nothing changes:
I still have :
"[server: main]
use = egg: waitress # main
host = 127.0.0.1
port = 8080 "
while in zope.conf, the change has taken place:
"</zodb_db>
...............
</zodb_db>
python-check-interval 1000
webdav-source-port 9090
http-realm Welcome at Zeoclient1 "
Am I missing something?
Thank you in advance for your help.
I thought to remember that I once had installed a webdav related egg from pypi.org that caused an issue. As I am not 100 % sure about it I might be wrong here.
WebDav client not installed via buildout should not have any effect as Plone will not see/find them.
I you have installed them via buildout then just comment the packages and rerun buildout and test again. Any side effect will be gone.
Check indents hidden tabs and characters in buildout configuration and ini files. Use notepad++ or similar tool and visualize non-printable characters in your input (e.g linefeeds). Sometimes strange effects can happen.
Check configuration again (or retype it again) to make 100% sure you use the same as I documented. Small errors can lead to zero-results.... I know by experience
@peter thanks for your response.
It is possible that I am missing something that I cannot see.
Could this be the configuration of the computer where I work?
I have deactivated all the ptotections, the result remains invariably the same.
Has anyone else tried tried to work with WebDAV on plone 5?
For example @espenmn, who succeeded what is the exact configuration used?
Thank you in advance for all the help.