How does one access the WebDAV client.
In developing with eclipse.pdf it instructs to
2. Map the repository to your file system using a WebDAV client.
3. Copy all of the .jar files from the following directories to your cq5libs directory:
• /libs/sling/install
• /libs/cq/commons/install
I have tried to follow
http://dev.day.com/docs/en/crx/current/how_to/webdav_access.html, but the example of setting up a network place if I enter my local host as
http://localhost:4502/crx/repository/crx.default, Windows fails to complete.
How can I access WebDAV?
Regards