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:
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?