cancel
Showing results for 
Search instead for 
Did you mean: 

invite-email.html.ftl pointing to localhost

bcohen
Champ in-the-making
Champ in-the-making
I am trying to have the default invite email notification template (invite-email.html.ftl) point to my action <server host>, but cannot figure it out. Currently the email contains statements line:

[size=85]Click this link to accept Administrator's invitation:

http://127.0.0.1:8080/share/page/accept-invite?inviteId=activiti$1301&inviteeUserName=test&siteShort...
[/size]

And I want it to be http://<server host>:8080/share/page/….

I have the alfresco-global.properties set with alfresco.host, and a spring-webscripts-config-custom.xml defined with <hostname></hostname> in <tomcat>/shared/classes/META-INF/.

So what am I missing to have the FreeMaker email templates pick these setting up?  Or are there additional places to set the host?

-Brian
1 REPLY 1

bcohen
Champ in-the-making
Champ in-the-making
Ughh…nevermind, didn't have the share.host= in alfresco-global. properties