cancel
Showing results for 
Search instead for 
Did you mean: 

WebDAV on 4.0.a takes me to 'sites' not 'Company Home'

michaelk
Champ in-the-making
Champ in-the-making
I have installed 4.0a and are accessing the repository via webdav.

In previous versions of Alfresco that I have used, the root webdav  "http://acme.com:8080/alfresco/webdav" would take be to "Company Home", however with 4.0a the default seems to be to take me to the "site" space.  I Googled and edited tomcat/webapps/alfresco/WEB-INF/web.xml to match this http://wiki.alfresco.com/wiki/File_Server_Configuration#WebDAV_Server_Configuration but it made no difference.

How can I configure Alfresco to give me "Company home" as the webdave root ??
5 REPLIES 5

andrea_molon
Champ in-the-making
Champ in-the-making
Also in my my fresh 4.0.a install all file servers  point to "site" e not "Company Home": ftp/webdav/Cifs…
So looking at alfresco-global.properties:

protocols.rootPath=/${spaces.company_home.childname}/${spaces.sites.childname}

change it to

protocols.rootPath=/${spaces.company_home.childname}

edgardcosta
Champ in-the-making
Champ in-the-making
I'm with the same trouble.

But, in my case, SO Linux, the webdav is asking the admin server webdav passwd.

I m using the admin or a user password and nothin. The webdav ambient working only in browser. Not more in nautilus interface

EdgardCosta

srx0x0
Champ in-the-making
Champ in-the-making
Same problem … any solution !?

mrogers
Star Contributor
Star Contributor
the solution for changing the mount point is in the second posting in this thread.

craig_michael_n
Champ on-the-rise
Champ on-the-rise
Yeah i had the same problem, just comment out this line in the alfresco-global.properties

protocols.rootPath=/${spaces.company_home.childname}/${spaces.sites.childname}