|
I think the problem is that you have servlet-api.jar in the
lib directory of your webapp - this jar is already loaded
for each webapp by Tomcat, it is in the common/lib
directory. So remove this jar from the WEB-INF/lib
directory of all your webapps.
|