cancel
Showing results for 
Search instead for 
Did you mean: 

Sharepoint protocol root path

andrepra
Champ in-the-making
Champ in-the-making
I'm trying to use the Sharepoint protocol outside Share.
I succesfully build a presentation template with the link to open the document in MS Office. I saw that the url to open the document is relative to Sites folder, the one managed from Share.
So my template works only for the documents under Sites folder.

I found this configuration in vti-handler-alfresco3-context.xml

   <bean id="vtiPathHelper" class="org.alfresco.module.vti.handler.alfresco.VtiPathHelper">
   <property name="rootPath" value="/app:company_home/st:sites" />
        ….


I tried to change the rootPath to /app:company_home but doesn't works. Esists any configurations to remove this limit?


2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello,

in short: No.
It isn't just a question of the rootPath. The Sharepoint protocol relies on a concept called Workspaces and throughout all the implementation of the Alfresco Sharepoint module that concept is mapped to sites. Currently, the Alfresco Sharepoint module does not support anything else but sites.

We once implemented changes to the Sharepoint module to support dedicated folders in Repository outside of sites - and it was one of the most challenging things you could do in Alfresco (only reimplementing / understanding CIFS beats this).

Regards
Axel

andrepra
Champ in-the-making
Champ in-the-making
Thanks Axel.
Andrea