Server Tomcat v8.0 Server at localhost failed to start. after declaring servlet name and mapping in web.xml file

I came across the same problem. Removing any reference to the servlet in the web.xml solved the issue (these mappings are already defined in your servlet class with annotations)

Leave a Comment