Regarding CMIS 1.1 AtomPub Service Document
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2018 11:39 PM
Hi all,
Our application is deployed on cloud recently,
The atompub binding and relevant cmis urls are not working:
if i click on to open the atompub service document , and see the urls in the atom document. I can see inside the atom document links pointing to localhost:8080
http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom
I am expecting
https://my dns host/alfresco/api/-default-/public/cmis/versions/1.1/atom
Any idea ,which file has this configuration for host?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 03:56 AM
Hi:
Did you set alfresco.host, alfresco.port and alfresco.protocol properties in alfresco-global.properties different to localhost , 8080 and http ?
Regards.
--C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 05:04 AM
Hi
The documentation for these properties is here:
sysAdmin subsystem properties | Alfresco Documentation
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 10:41 AM
The configurations are good and points to right DNS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 11:04 AM
Hi:
If these alfresco.* values have no effect, you may try to set these properties (again in alfresco-global.properties):
opencmis.context.override=true
opencmis.context.value=
opencmis.servletpath.override=true
opencmis.servletpath.value=
opencmis.server.override=true
opencmis.server.value=https://<external-proxy-host-name>
Configuring SSL for a production environment | Alfresco Documentation
Regards.
--C.
