problem upgrading to Apache Commons Lang 3.0 and Tomcat.7 (

2011-07-20 Thread Mark Shifman
This morning I upgraded my webapp to Apache Commons Lang 3.0. When I redeployed the webapp I got Servlet.service() for servlet jsp threw exception java.lang.ClassNotFoundException: org.apache.commons.lang.UnhandledException at

Re: problem upgrading to Apache Commons Lang 3.0 and Tomcat.7 (

2011-07-20 Thread Konstantin Kolinko
My question is where is the best place to put old Lang 2.5 jar? Is there a problem putting it in $TOMCAT_HOME/lib? or should I just put it in the WEB-INF/lib for the application? 1. It should go into WEB-INF/lib. Tomcat does not provide this library nor uses it by itself.