Re: java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet

2010-08-09 Thread javagrl
Which version of tomcat are you using ? tomcat 7.x? -- View this message in context: http://old.nabble.com/java.lang.NoSuchMethodException%3A-org.apache.catalina.deploy.WebXml--addServlet-tp29221308p29388719.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet

2010-08-09 Thread ashelton3
javagrl wrote: Which version of tomcat are you using ? tomcat 7.x? I think I got this problem to go away by telling the Eclipse Tomcat server to genearate only XMK files. I'm not sure what that means, exactly, but it worked... -- View this message in context:

java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet

2010-07-20 Thread Austin Shelton
I cleaned the Tomcat server in Eclipse and now I get the following exception: java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet I have all of the Tomcat libraries in my build path and the lib directories of the WEB/INF/lib directory. Any ideas?