View Single Post
  #2 (permalink)  
Old 07-02-2007, 03:43 PM
bbq bbq is offline
Senior Member
 
Join Date: Jun 2007
Posts: 134
bbq is on a distinguished road
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.
Reply With Quote