Where is the URL for my server stored?

cancel
Showing results for 
Search instead for 
Did you mean: 
gregorywest
Active Member

Where is the URL for my server stored?

Jump to solution

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?

You have been assigned the following task:

"Review"

Review this

Due:  Wednesday, May 3, 2017
Priority:   Medium

This is a test
Click on this link to download the document:
http://127.0.0.1:8080/share/proxy/alfresco/api/node/content/workspace/SpacesStore/64d3eb99-2fb9-420...

Click this link to edit the task:

http://127.0.0.1:8080/share/page/task-edit?taskId=activiti$802

Sincerely,
Alfresco Share

1 Solution

Accepted Solutions
afaust
Master

Re: Where is the URL for my server stored?

Jump to solution

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

View solution in original post

1 Reply
afaust
Master

Re: Where is the URL for my server stored?

Jump to solution

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