connection to Alfresco Repo using CMIS workbench Browser binding

cancel
Showing results for 
Search instead for 
Did you mean: 
saikumar
Member II

connection to Alfresco Repo using CMIS workbench Browser binding

Jump to solution

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

 

remote repo 302 errorremote repo 302 errorlocal repo successful connectionlocal repo successful connection

1 Solution

Accepted Solutions
angelborroy
Alfresco Employee

Re: connection to Alfresco Repo using CMIS workbench Browser binding

Jump to solution

Try overriding opencmis configuration in alfresco-global.properties:

https://hub.alfresco.com/t5/alfresco-content-services-forum/how-configure-the-response-of-the-cmis-a...

Hyland Developer Evangelist

View solution in original post

2 Replies
angelborroy
Alfresco Employee

Re: connection to Alfresco Repo using CMIS workbench Browser binding

Jump to solution

Try overriding opencmis configuration in alfresco-global.properties:

https://hub.alfresco.com/t5/alfresco-content-services-forum/how-configure-the-response-of-the-cmis-a...

Hyland Developer Evangelist
saikumar
Member II

Re: connection to Alfresco Repo using CMIS workbench Browser binding

Jump to solution

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