[Zope-CMF] WebDAV & openoffice
Dieter Maurer
dieter@handshake.de
Sat, 22 Mar 2003 22:22:28 +0100
Charles Parker wrote at 2003-3-22 16:58 +0000:
> I'm trying to get openoffice to work with Plone and WebDAV.
> However when I try to access webdav. I am running plone 1.0.1
> on Linux and testing to see if WebDAV works by using cadaver,
> but I get the following error :
> $ ./cadaver http://plato:8088/Members
> Could not connect to `plato' on port 8088:
> Could not connect to server: Connection refused
>
> I'm a relative beginer on zope and webdav, so I'm probably missing
> something trivially simple :(
The error message indicates that no process listens on port
8088.
Activate Zope logging (--> doc/LOGGING.txt) and check
in the log file that Zope starts a server on port 8088.
Dieter