Disable WebDav in AEM Production publisher


Statement : How to disable WebDav in AEM publisher(Production)

Environment : AEM 6.1

Solution:

WebDAV should be disabled on the publish environment. This can be done by stopping the appropriate OSGi bundles.
1.     Connect to the Felix Management Console running on:
               http://<host>:<port>/system/console
                For example http://localhost:4503/system/console/bundles.
2.     In the list of bundles, find the bundle named:
§  Apache Sling Simple WebDAV Access to repositories (org.apache.sling.jcr.webdav)
§  Click the stop button (in the Actions column) to stop this bundle.
3.     Again in the list of bundles, find the bundle named:
§  Apache Sling DavEx Access to repositories (org.apache.sling.jcr.davex)
§  Click the stop button to stop this bundle.

Note:

A restart of AEM is not required.

No comments:

Post a Comment