12-06-2012 04:34 AM
<alfresco-config>
<config evaluator="string-compare" condition="Server">
<server>
<scheme>http</scheme>
<hostname>your-pulic-host</hostname>
<port>your-port</port>
<path>alfresco</path>
</server>
</config>
</alfresco-config>
# The servlet path, context path and server can all be selectively overridden
opencmis.context.override=true
opencmis.context.value=
# if true, the servlet path of OpenCMIS generated urls will be set to "opencmis.servletpath.value", otherwise it will be taken from the request url
opencmis.servletpath.override=true
opencmis.servletpath.value=
opencmis.server.override=true
opencmis.server.value=https://<my.public.alfresco.hostname>
12-06-2012 05:27 AM
12-07-2012 09:36 AM
12-07-2012 10:41 AM
<config evaluator="string-compare" condition="Remote">
<remote>
<endpoint>
<id>cmisatom</id>
<name>Open CMIS</name>
<description>Open CMIS connector</description>
<connector-id>http</connector-id>
<endpoint-url>http://localhost:8080/alfresco/cmisatom</endpoint-url>
<basic-auth>true</basic-auth>
<identity>user</identity>
</endpoint>
<endpoint>
<id>service</id>
<name>Open CMIS</name>
<description>Open CMIS connector</description>
<connector-id>http</connector-id>
<endpoint-url>http://localhost:8080/alfresco/service</endpoint-url>
<basic-auth>true</basic-auth>
<identity>user</identity>
</endpoint>
</remote>
</config>
Then I use for Service URL: /share/proxy127.0.0.1 - - [07/Dec/2012:16:36:29 +0100] "GET /alfresco/service/cmis HTTP/1.1" 200 33280
2.64.255.47 - - [07/Dec/2012:16:36:29 +0100] "GET /share/proxy/service/cmis HTTP/1.1" 200 33236
127.0.0.1 - - [07/Dec/2012:16:36:30 +0100] "GET /alfresco/service/cmis?repositoryId=6e38d51a-5ec7-40d6-9bbe-e1b44aea517d HTTP/1.1" 200 33280
2.64.255.47 - - [07/Dec/2012:16:36:30 +0100] "GET /share/proxy/service/cmis?repositoryId=6e38d51a-5ec7-40d6-9bbe-e1b44aea517d HTTP/1.1" 200 33236
127.0.0.1 - - [07/Dec/2012:16:36:30 +0100] "GET /alfresco/cmisatom/ HTTP/1.1" 200 28658
2.64.255.47 - - [07/Dec/2012:16:36:30 +0100] "GET /share/proxy/cmisatom HTTP/1.1" 200 28622
127.0.0.1 - - [07/Dec/2012:16:36:31 +0100] "GET /alfresco/cmisatom/?repositoryId=6e38d51a-5ec7-40d6-9bbe-e1b44aea517d HTTP/1.1" 200 28658
2.64.255.47 - - [07/Dec/2012:16:36:31 +0100] "GET /share/proxy/cmisatom?repositoryId=6e38d51a-5ec7-40d6-9bbe-e1b44aea517d HTTP/1.1" 200 28622
12-10-2012 07:51 AM
12-29-2012 03:38 AM
01-16-2013 11:51 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.