cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong URL in email

jack_chuong
Star Contributor
Star Contributor
Hi all,
I'm newbie with Alfresco 5.0.b on Centos 6.4 64 bit. This is my /opt/alfresco-5.0.b/tomcat/shared/classes/alfresco-global.properties
dir.root=/opt/alfresco-5.0.b/alf_dataalfresco.context=alfrescoalfresco.host=ecm.mydomain.comalfresco.port=80alfresco.protocol=httpshare.context=shareshare.host=ecm.mydomain.comshare.port=80share.protocol=http‍‍‍‍‍‍‍‍‍‍‍‍‍

When I invite people to my site, Alfresco generate an email with link : http://ecm.mydomain.com/share/page/accept-invite?inviteId=activiti$4401&inviteeUserName=jack.chuong&...
It works fine, but when I start a workflow and assign it to user, Alfresco generate an email with links:
ecm.mydomain.com/proxy/alfresco/api/node/content/workspace/SpacesStore/7d65f4d1-6b50-4599-8d5f-cf140... ==> for downloading document
ecm.mydomain.com/page/task-edit?taskId=activiti$4812 ==> for editing the task
which don't work. If I change them to :
ecm.mydomain.com<strong>/share</strong>/proxy/alfresco/api/node/content/workspace/SpacesStore/7d65f4d1-6b50-4599-8d5f-cf140bbcce34/QSVN0000434646-25.pdf?a=true
ecm.mydomain.com<strong>/share</strong>/page/task-edit?taskId=activiti$4812
It will work fine, how can I change link format in email to ecm.mydomain.com/share/whatever ?
Thank in advance.
1 REPLY 1

raghav_bhardwaj
Champ on-the-rise
Champ on-the-rise
This is a webapplication ie /share/xyz is path to your share folder under tomcat. In your first case where you are using ecm.mydomain.com/page/task-edit?taskId=activiti$4812 =xyz  the destination folder does not exist and servlet engine is not able to find the given url .


if you find this comment helpful please mark it as useful


Raghav Bhardwaj