https://bugs.freedesktop.org/show_bug.cgi?id=68551

--- Comment #2 from Boriss Mejias <[email protected]> ---
Hi Florent,

We had a similar issue that is fixed now. It might also help your problem. You
need to add a configuration for the spring webscripts on Alfresco. More details
on the following links:

https://issues.alfresco.com/jira/browse/MOBILE-42
http://tech.wrighting.org/category/cmis/

Basically, you need to add the following to
tomcat/shared/classes/META-INF/spring-webscripts-config-custom.xml

 <alfresco-config>

    <config evaluator="string-compare" condition="Server">
       <server>
          <scheme>http</scheme>
          <hostname>your-public-host</hostname>
          <port>your-port</port>
          <path>alfresco</path>
       </server>
    </config>

 </alfresco-config>

cheers
Boriss

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to