Re: Missing commons-el.jar causes NoClassDefFoundError org/apache/commons/el/ExpressionEvaluatorImpl

2010-05-06 Thread Greg Bondy
suggested, I'll add commons-el.jar to WEB-INF/lib. Thanks for the help! On Thu, May 6, 2010 at 11:50 AM, Caldarale, Charles R wrote: >> From: Greg Bondy [mailto:gbo...@starmountsystems.com] >> Subject: Missing commons-el.jar causes NoClassDefFoundError >> org/apache/commons/

Missing commons-el.jar causes NoClassDefFoundError org/apache/commons/el/ExpressionEvaluatorImpl

2010-05-06 Thread Greg Bondy
I am migrating from Tomcat 5.5.27 to 6.0.26. I found that an application I have running on 5.5.27 fails on 6.0.26 with the error: NoClassDefFoundError org/apache/commons/el/ExpressionEvaluatorImpl. I found that the class in question is located in commons-el.jar on 5.5.27 and that jar is missing fro