I'd like to store all my Velocity templates in a folder off of my WEB-INF/classes directory, e.g. WEB-INF/classes/VMs. Can I do so? Would I still use the classpath loader? If so how do I refer to the file when executing the getTemplate() method?
Thanks
