Configure Alfresco with webDAV or CIFS

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2014 08:07 AM
I want to configure Alfresco with webDAV or CIFS protocol.
If anybody knows how to do it in ubuntu please let me know.
Thanks in advance.
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2014 04:33 AM
Look at the official documentation, e.g. <a href="http://docs.alfresco.com/4.2/concepts/fileserv-subsystem-CIFS.html">Configuring SMB/CIFS server</a>.
WebDAV as a HTTP-based protocol is ready to go from the moment you install Alfresco. Simply go to http://yourhost/alfresco/webdav (add port 8080 if using the default installer without putting an Apache HTTPd proxy in front of Alfresco)
Regards
Axel

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2014 05:27 AM
Thanks for your reply..
Able to access the link, http://yourhost/alfresco/webdav.
I want to know here is that, how I could find the directory listing, which will be similar to Repository in Alfresco.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2014 02:06 AM
Can you please reply? I'm not able to configure WebDAV with alfresco.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2014 06:24 AM
sorry for the delay - project and Alfresco Summit has kept me busy.
I must admit I don't really understand your problem. If you can access WebDAV, you should see the directory listing that is identical to Repository view in Alfresco UI.
Maybe you can explain a bit more or attach screenshots which show the issue you are having…
Regards
Axel

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2014 03:22 AM
Thanks for reply. Actually wanted to uploaded the document from client machine to alfresco (ubuntu server) using webdav. Can you please explain me the steps to follow for the same?
Can we upload pdf, html, txt files also without using webdav client?
Thanks in advance buddy…
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2014 04:47 AM
Without using a WebDAV client, you can also upload using HTTP-based command line tools. E.g. if you are running on a linux client, simply use cURl.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2014 05:32 AM
By using this 'http://yourhost/alfresco/webdav' url, I can see the swsdp folder, which is under Sites folder.
But I want to list out all the folders which are under 'Repository'. e.g. Data Dictionary, Guest Home, Shared, Site etc.
Where do I need to change.
I am able to upload the doc files using HTTP, but not able to upload pdf, html and text files using HTTP.
How do I can upload those files??
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2014 03:55 AM
Making the following entry in alfresco-global.properties should work
Commenting out the following.
#protocols.rootPath=/${spaces.company_home.childname}/${spaces.sites.childname}
Making it to :
protocols.rootPath=/${spaces.company_home.childname}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2014 05:16 AM
Thanks for reply.
I just did the change which you asked to do in alfresco-global.properties file (/opt/bitnami/apache-tomcat/shared/classes).
Do we need to restart the alfresco tomcat to have the changes, as i'm still can see Repository listing from 'Site' directory.
Please do reply.
