Using the 3.4b build from 08-Oct-2010 Windows Server 2003 R2 Tomcat 7.0.2 Beta Apache 2.2.11 using modjk connecting to Tomcat
I created a rule in Alfresco Explorer that emails a notification to an user with a link. The email that is sent to the user links using localhost:8080/linktoobject instead of http://www.something.com/linktoobject. I changed the notify_user_email.ftl by replacing ${url.serverPath} with the web address, but that did not work.
What would be causing this and how cab it be fixed?
Note that the invite_user_email.ftl which contains the ${url.serverPath} works and sends an email with the proper link.
I made changes to the file notify_user_email.ftl, cleared Tomcat temp and work directories, restarted Tomcat and I still cannot get this to work.
I know Alfresco CE is not a "production" system, but the licensing cost keep my boss from considering the Alfresco EE, and this bug is a road block to implementation of Alfresco CE for any productive work.