cancel
Showing results for 
Search instead for 
Did you mean: 

Configure Alfresco with webDAV or CIFS

yogesh123
Champ in-the-making
Champ in-the-making
Hi,
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.
13 REPLIES 13

afaust
Legendary Innovator
Legendary Innovator
Hello,

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

yogesh123
Champ in-the-making
Champ in-the-making
Hi AFaust,
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.

yogesh123
Champ in-the-making
Champ in-the-making
Hey Faust,

Can you please reply? I'm not able to configure WebDAV with alfresco.

afaust
Legendary Innovator
Legendary Innovator
Hello,

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

yogesh123
Champ in-the-making
Champ in-the-making
Hey Faust,
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…

afaust
Legendary Innovator
Legendary Innovator
Please use a WebDAV client to upload documents via WebDAV to Alfresco. If you are running Windows 7 or above, simply map the WebDAV URL to a drive in the Windows explorer UI and you are good to go.

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.

yogesh123
Champ in-the-making
Champ in-the-making
Hey Faust,

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.

sanket
Champ on-the-rise
Champ on-the-rise
Yogesh, for one of your problems i.e Change mapping of default mapped "swsdp" folder using CIFS / WebDAV
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}

yogesh123
Champ in-the-making
Champ in-the-making
Hi Sanket,

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.