I'm looking into WebDAV support, and I'm a bit lost. More specifically, I can open a document with OpenOffice, but if I save it, nothing happens, the document doesn't get updated. I've been trying to figure out what happens in Zope, and what methods take care of this, but I have yet to come up with nothing useful. Can anybody give me or point me to an overview of the WebDAV support in Zope?
What especially do you need to know? Zope is very much WebDAV compliant. Maybe take a look at my WebDAV sniffer tool (somewhere on zope.org under /Members/ajung). -aj --On Mittwoch, 1. Oktober 2003 16:46 Uhr +0200 Lennart Regebro <lennart@regebro.nu> wrote:
I'm looking into WebDAV support, and I'm a bit lost.
More specifically, I can open a document with OpenOffice, but if I save it, nothing happens, the document doesn't get updated. I've been trying to figure out what happens in Zope, and what methods take care of this, but I have yet to come up with nothing useful.
Can anybody give me or point me to an overview of the WebDAV support in Zope?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Hello That's correct: Windows Office do nothing when saving a webdav file: look like it is only capable of getting the file... Use other tools: dreamweaver. - The best free webdav editor I found up to now is called skunkdav. (it has just a few issue I manage to fix, the last annoyance was file remaining locked on zope side) - jedit has a webdav plugin: I find it broken Gilles ----- Original Message ----- From: "Andreas Jung" <andreas@andreas-jung.com> To: "Lennart Regebro" <lennart@regebro.nu>; <zope@zope.org> Sent: Wednesday, October 01, 2003 4:53 PM Subject: Re: [Zope] WebDAV overview
What especially do you need to know? Zope is very much WebDAV compliant. Maybe take a look at my WebDAV sniffer tool (somewhere on zope.org under /Members/ajung).
-aj
--On Mittwoch, 1. Oktober 2003 16:46 Uhr +0200 Lennart Regebro <lennart@regebro.nu> wrote:
I'm looking into WebDAV support, and I'm a bit lost.
More specifically, I can open a document with OpenOffice, but if I save it, nothing happens, the document doesn't get updated. I've been trying to figure out what happens in Zope, and what methods take care of this, but I have yet to come up with nothing useful.
Can anybody give me or point me to an overview of the WebDAV support in Zope?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Lennart, How did you solve it? Ed. Lennart Regebro wrote:
Gilles Lavaux wrote:
Hello
That's correct: Windows Office do nothing when saving a webdav file: look like it is only capable of getting the file...
Well, I'm using OpenOffice. :) Howver, I have solved the problem now!
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Eduardo Elgueta Senior Consultant Navix Phone : +56 (2) 315-7608 Mobile : +56 (9) 821-0033 Web : www.navix.cl
Eduardo Elgueta wrote:
Lennart,
How did you solve it?
Well, it was in this case just a matter of getting the PUT method to work correctly. The problem is that it's hard to debug, and for some reason I did not get any LOG messages when the PUT method failed, so I was thinking that it wasn't even being called. But it was. Regards Lennart
Oh. I see. Thanks. Lennart Regebro wrote:
Eduardo Elgueta wrote:
Lennart,
How did you solve it?
Well, it was in this case just a matter of getting the PUT method to work correctly. The problem is that it's hard to debug, and for some reason I did not get any LOG messages when the PUT method failed, so I was thinking that it wasn't even being called. But it was.
Regards Lennart
-- Eduardo Elgueta Senior Consultant Navix Phone : +56 (2) 315-7608 Mobile : +56 (9) 821-0033 Web : www.navix.cl
There is full support in Zope for Webdav. Take a look in your start up script (start) and the support in (z2.py). I think the option is: -W PORT, so for example if you wanted Webdav on port 8081 you would put -W 8081 in the start script. Now point your webdav client (OpenOffice, or whatever you are using) at xx.xxx.xx.xxx:8081 BZ
I'm looking into WebDAV support, and I'm a bit lost.
More specifically, I can open a document with OpenOffice, but if I save it, nothing happens, the document doesn't get updated. I've been trying to figure out what happens in Zope, and what methods take care of this, but I have yet to come up with nothing useful.
Can anybody give me or point me to an overview of the WebDAV support in Zope?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Lennart Regebro wrote:
I'm looking into WebDAV support, and I'm a bit lost.
More specifically, I can open a document with OpenOffice, but if I save it, nothing happens, the document doesn't get updated. I've been trying to figure out what happens in Zope, and what methods take care of this, but I have yet to come up with nothing useful.
Can anybody give me or point me to an overview of the WebDAV support in Zope?
What object do you use? Custom class or regulare File objects? What happens in the PUT method? You might want to keep an eye on what's going on int the parents __bobo_traverse__. If the id is wrong for any reason it might be intepreted as a new objects trying to be added. What klient do you use. In Windows I would advise agains trying to debug anything with MS WebFolder, get WebDrive or possibly TeamDrive instead. For other platforms I'm lost :-) -- Johan Carlsson Tel: + 46 8 31 24 94 Colliberty Mob: + 46 70 558 25 24 Torsgatan 72 Email: johanc@easypublisher.com SE-113 37 STOCKHOLM
participants (6)
-
Andreas Jung -
BZ -
Eduardo Elgueta -
Gilles Lavaux -
Johan Carlsson -
Lennart Regebro