I am trying to access Adobe AEM via WebDAV, however, I cannot get it to work.
I am running the out-of-the-box crx-quickstart, so I am using port 4502 and the default workspace. I am using Windows Explorer as the WebDAV client, which I use to connect to Sharepoint without difficulty.
These seem to be the only instructions for connecting to AEM via WebDAV. http://dev.day.com/docs/en/crx/current/how_to/webdav_access.html
The instructions imply that you just point your WebDAV client at the following URL and you are golden. However, I cannot seem to get it to work.
http://localhost:4502/crx/repository/crx.default
Since this doesn't work, I have verified other settings.
For instance, within the OSGi configuration manager http://localhost:4502/system/console/configMgr
I verified and clicked Save
on various WebDAV settings.
Apache Sling Simple WebDAV Servlet
Root Path = "/crx/repository"
Apache Sling DavEx Servlet
Root Path = "/crx/server"
Use absolute URIs [X]
I also tried to work backwards from these instructions on how to disable WebDAV http://helpx.adobe.com/experience-manager/kb/DisableWebDAV.html
However, right away, it refers to <cq5_home>/crx-quickstart/server/
and there is no server
directory under the crx-quickstart directory. Should I create this directory?
I also investigated this document on setting up Virtual Repositories. http://dev.day.com/docs/en/cq/current/core/administering/virtual_repository.html
However, I was still not able to get it to work and in fact, I couldn't get RMI working either (separate question, I guess).