cancel
Showing results for 
Search instead for 
Did you mean: 

connection to Alfresco Repo using CMIS workbench Browser binding

saikumar
Champ on-the-rise
Champ on-the-rise

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

imageremote repo 302 errorimagelocal repo successful connection

1 ACCEPTED ANSWER

angelborroy
Community Manager Community Manager
Community Manager

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 answer in original post

2 REPLIES 2

angelborroy
Community Manager Community Manager
Community Manager

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

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