RE: servlet api problem

2006-05-29 Thread Ayusman dikshit
Hi Asaf, Why are you keeping a servlet.jar file inside your lib folder??? I suppose that is the cause, servlet.jar and servlet-api.jar provide same implementation of servlet API. Just keep the jar file in common/lib folder of tomcat installation. Try it. Regards Ayusman

Re: servlet api problem

2006-05-28 Thread Georg Sauer-Limbach
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. Georg Asaf Lahav wrote: *When starting tomc

Re: servlet api problem

2006-05-28 Thread Michael Echerer
Remove the servlet-api.jar from your web apps. This jar is provided by Tomcat already. You might need it to build your app, but don't deploy it. Cheers, Michael Asaf Lahav wrote: > *When starting tomcat, I get the following log:*** > > 28/05/2006 21:03:39 org.apache.catalina.loader.WebappClassLo