Wrong URL in email
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2015 11:02 PM
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
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.
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.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2015 07:23 AM
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
if you find this comment helpful please mark it as useful
Raghav Bhardwaj
