11-10-2019 04:32 PM
hello everyone,
I've 2 instances of Alfresco repos with same configurations, one a local development repo and the other on a remote unix server.
when i try to connect to a local repo using CMIS workbench Browser Binding, I've no issues connecting and viewing the folders located in the repo.(attached screenshot)
But, when I do the same against the one on Unix server, i'm getting a "CMIS Exception: connection
Redirects are not supported (HTTP status code 302): Found"
Alfresco Version: Alfresco Enterprise 5.2.3
Repository Id: -default-
Service URL: http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/browser
any pointers on this problem would be really helpful
Thank you for your time,
Sai
11-11-2019 04:44 AM
Try overriding opencmis configuration in alfresco-global.properties:
11-11-2019 04:44 AM
Try overriding opencmis configuration in alfresco-global.properties:
11-12-2019 02:20 PM
thank you so much.
adding the following worked for us
opencmis.context.override=true
opencmis.context.value=
opencmis.servletpath.override=true
opencmis.servletpath.value=
opencmis.server.override=true
opencmis.server.value=<hostname>/alfresco/api
Explore our Alfresco products with the links below. Use labels to filter content by product module.