Running Roo Applications in Tomcat 5.5
Monday, April 19th, 2010
I used Spring Roo for a small, public web application recently, and all went well until I attempted to deploy it on a hosted VPS. The application didn't deploy, and I got the dreaded error message: java.lang.NoClassDefFoundError: javax/el/ValueExpression A little poking around led me to this Roo bug report that details the problem. ...
