hi all
i put all my velocity tempate in the .jar file
and the folder structure is like this
/view/frontpage/login/login.vm
and i got this error
Mar 7, 2008 11:28:55 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet default threw exception
org.apache.velocity.exception.ResourceNotFoundException: Unable to find
resource '/WEB-INF/view/frontpage/login/login.vm'
at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource
(ResourceManagerImpl.java:458)
at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(
ResourceManagerImpl.java:341)
but in the console i got this
[INFO] VelocityManager - Initializing velocity using
velocity.propertiesfrom classloader
anyone can help?
i just want to put the velocity template in the .jar,
F