> 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.
> java.lang
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
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappC