Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. Create a directory /mnt/webdav1 in your system.
  2. Run the following command:

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

    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  mount /_system/governance/ path to WebDAV:

     

    Code Block
    sudo mount -t davfs https://localhost:9443/registry/resourcewebdav/_system/governance/ /mnt/webdav1/
  3. During the mounting process give the username/password of a user who has read permission in to Registry root.
  4. This will mount complete GREG root to your directory created in /mnt/webdav1.

...