I am trying to use Zope with Dreamweaver via WebDAV. There are lots of good docs and plenty of info in the archives and I have one install setup and working really well. The one that works is Zope 2.7.4 on Win32. An older, production install I want to configure the same way is Zope 2.6.2 on a RedHat 9.0 machine, but it is not working. The trouble I am having with that one is that it downloads all ZPT files without their TAL and METAL tags, and then when uploading, it overwrites the good ones. "Munges" them, as I think I've seen it typed before. Is this just due to some changes between versions, or platforms, or...? I have tried connecting via WebDrive, directly to the zserver WebDAV port and via Apache proxy with the same results. Thanks for any info you can provide.
I see - I was connecting to port 8090 - the regular old HTTP port instead of port 9090 - my configured WebDAV port. Works just fine now. Erik Myllymaki wrote:
I am trying to use Zope with Dreamweaver via WebDAV.
There are lots of good docs and plenty of info in the archives and I have one install setup and working really well. The one that works is Zope 2.7.4 on Win32.
An older, production install I want to configure the same way is Zope 2.6.2 on a RedHat 9.0 machine, but it is not working.
The trouble I am having with that one is that it downloads all ZPT files without their TAL and METAL tags, and then when uploading, it overwrites the good ones. "Munges" them, as I think I've seen it typed before.
Is this just due to some changes between versions, or platforms, or...?
I have tried connecting via WebDrive, directly to the zserver WebDAV port and via Apache proxy with the same results.
Thanks for any info you can provide.
_______________________________________________ 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 )
participants (1)
-
Erik Myllymaki