Joe Greenawalt schrieb am 21.12.2010 um 12:04 (-0500):
> tomcat 7.0.4 on MAC my app works on Windows get...
> 
> SEVERE: Exception starting filter struts2
> java.lang.NoClassDefFoundError: Lorg/apache/velocity/app/VelocityEngine;
> 
> i have removed all other applications from the webapps and have
> restarted the box.
> 
> Application is built with maven, and i used the exact same war file.

The JAR containing Velocity is missing at runtime. Or if present, it
doesn't have the class the filter needs. Is Velocity in the WAR in
WEB-INF/lib?

-- 
Michael Ludwig

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to