Hi All,
I have trying to make this work for a very long time. I have my templates in WEB-INF/templates. I am just trying to use it for email body generation.
I have this in the web.xml:
This is my
servlet:
This is in my velocity.properties
When I execute it throws an exception
Exception: org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource '/appname/WEB-INF/templates/helloworld.vm'
Thanks