04-30-2017 01:17 PM
I am trying to use WORKFLOW in Alfresco. So far things are going great, except for the eMails are being send with the servers URL as 127.0.0.1:8080 not the actual URL of the server. Where is this set in Alfresco?
|
05-01-2017 06:49 AM
The URL generation for emails is driven by properties that can be set in the alfresco-global.properties file. The defaults point to localhost / 127.0.0.1 so these properties will typically always be overriden.
The following properties are of interest (with default values):
alfresco.context=alfresco
alfresco.host=${localname}
alfresco.port=8080
alfresco.protocol=http
share.context=share
share.host=${localname}
share.port=8080
share.protocol=http
05-01-2017 06:49 AM
The URL generation for emails is driven by properties that can be set in the alfresco-global.properties file. The defaults point to localhost / 127.0.0.1 so these properties will typically always be overriden.
The following properties are of interest (with default values):
alfresco.context=alfresco
alfresco.host=${localname}
alfresco.port=8080
alfresco.protocol=http
share.context=share
share.host=${localname}
share.port=8080
share.protocol=http
Explore our Alfresco products with the links below. Use labels to filter content by product module.