Prohlížíte obsah nápovědy pro verzi:
- 6.5
- 6.4
- 6.3
- 6.2
- Starší verze
AEM offers WebDAV support that lets you display and edit repository content. Connecting via WebDAV gives you direct access to the content repository through your desktop. Text and PDF files that are added to the repository through the WebDAV connection are automatically full-text indexed and can be searched with the standard search interfaces and through the standard Java APIs.
Detailed instructions per operating system are included in this document, but the essentially to connect to your repository using the WebDAV protocol, you point your WebDAV client to the following location:
http://localhost:4502

This URL, when connected from the operating system level, provides WebDAV access to the default workspace (crx.default). While being simpler for the user, it does not give them the additional flexibility of specifying workspace names, which can be accomplished using additional WebDAV URLs.
AEM displays the repository content as follows:
- A node of the type nt:folder is displayed as a folder. Nodes below the nt:folder node are displayed as the folder content.
- A node of the type nt:file is displayed as a file. Nodes below the nt:file node are not displayed, but form the content of the file.
When you use WebDAV to create and edit folders and files, AEM creates and edits the necessary nt:folder and nt:file nodes. If you plan to use WebDAV to import and export content, try to work with nt:file and nt:folder node types as much as possible.
Poznámka:
Before setting up WebDAV, please check the Technical Requirements.
http://<host>:<port> | /<crx-webapp-path> | /repository | /<workspace> | |
http://localhost:4502 | /crx | /repository | /crx.default | |
Description | Host and port on which AEM runs | Path for the AEM repository webapp | Path to which WebDAV servlet is mapped | Name of the workspace |
By changing the workspace element in the path, you can map workspaces other than the default (crx.default). For example, to map a workspace named staging, use the following URL:
http://localhost:4502/crx/repository/staging
As mentioned above, to connect to your repository using the WebDAV protocol, you point your WebDAV client to your repository location. However depending on your OS, the steps involved to connect your client differ and there may be configuration of the OS required.
Instructions on how to connect the following opererating systems are provided:
To successfully connect a Microsoft Windows 7 (and greater) system to an AEM instance that is not secured with SSL, the option to establish basic authentication over an unsecured network must be explicitly enabled in Windows. This requires a change in the Windows Registry of the WebClient.
Once the registry is updated, then the AEM instance can be mapped as a drive.
See Microsoft Support KB 841215 for more information on this registry change.
See Microsoft Support KB 2445570 for information about improving the responsivness of the WebDav Client under Windows.
Poznámka:
Adobe recommends that you create a Windows user with the same credentials as the repository user, otherwise you may encounter permission conflicts.
For Windows 8 you also need to change the registry entry as described for Windows 7 and greater. However, before you can do this, the Desktop Experience must be enabled in order to see the registry entry.
To enable the Desktop Experience, open Server Manager, then Features, then Add Features, then Desktop Experience.
After rebooting the registry entry described for Windows 7 and greater is available. Modify it as described for Windows 7 and greater.
-
Enter the mapping details:
- Drive: Choose any available letter
- Folder: http://localhost:4502
- Check Connect using different credentials
Click Finish
Poznámka:
If AEM is located on another port, use that port number instead of 4502. Also, if you are not running the content repository on your local machine, replace localhost with the respective server name or IP address.
There are no configuration steps required to connect via WebDAV on macOS. You simply need to connect to the WebDAV server.
-
Poznámka:
If AEM is located on another port, use that port number instead of 4502. Also, if you are not running the content repository on your local machine, replace localhost with the respective server name or IP address.
Connecting via WebDAV on Linux doesn't require any configuration, but does involve a few steps to make the connection which vary depending on your desktop environment.