Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
use_locks 0
    drop_weak_etags 1
    allow_cookie 1

Infonote

Without these settings, WebDAV may not function as expected.

 

...

Mounting Registry to Your Local File System

Use following steps to mount the complete Registry root into your file system (/mnt/webdav directory) if you are a Linux User.1.

  1. Create a directory /mnt/webdav1 in your system.
    Image Modified

...

  1. Run the following command:

    Code Block
    sudo mount -t davfs https://localhost:9443/registry/resourcewebdav /mnt/webdav1/

    Image Modified

    Note
    If you want to mount to a non-root registry location, the format of the url should be: https://<HOST>:<PORT>/registry/resourcewebdav<REGISTRY PATH>

    E.g., mount  /_system/governance/ path to WebDAV

...

  1. :

     

    Code Block
    sudo mount -t davfs https://localhost:9443/registry/resourcewebdav/_system/governance/ /mnt/webdav1/

 

...

  1. During the mounting process give the username/password of a user who has read permission in to Registry root.
    Image Modified

...

  1. This will mount complete GREG root to your directory created in /mnt/webdav1.
    Image Modified
Excerpt
hiddentrue

Instructions how to install WebDAV and configure it on Linux and how to mount the Registry.