Several solutions.... - put /WEB-INF/classes/VMs in your classpath - use a WebappResourceLoader (if you are using VelocityTools) initialized with this path - put your templates in a "VMs" java package
Claude Le vendredi 15 février 2008 à 08:21 -0500, Frank A. a écrit : > 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 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
