Inital configuration of 'Recent Activites' file

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2012 10:24 AM
We have installed Alfresco 4.0.b and it seems to be working except the Recent Activities email. It comes out, but the link is pointing at the local host IP address (127.0.0.1) instead of the hostname of the server. So I am sure I am missing a setting but I cannot find (though google or searching these forums) where/what value needs to be set.
Anyone have an answer (or can point me to the value pair and where it needs to be set)?
Thanks!
Anyone have an answer (or can point me to the value pair and where it needs to be set)?
Thanks!
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2012 10:37 AM
OK, this is stupid, but I figured it out (and this isn't in the Wiki).
Edit the alfresco-global.properties (/opt/alfresco-4.0.b/tomcat/shared/classes)
In the Share properties:
share.context=share
share.host=127.0.0.1
share.port=8080
share.protocol=http
Change the share.host=127.0.0.1 to the DNS name of your share, restart alfresco and you will have proper links.
Edit the alfresco-global.properties (/opt/alfresco-4.0.b/tomcat/shared/classes)
In the Share properties:
share.context=share
share.host=127.0.0.1
share.port=8080
share.protocol=http
Change the share.host=127.0.0.1 to the DNS name of your share, restart alfresco and you will have proper links.
