Re: 404 - servlet not found (7.0.52)

2017-08-01 Thread Zemian Deng
Tomcat should emit a parse error during deployment / startup of your application something like "SEVERE [localhost-startStop-1] org.apache.tomcat.util.descriptor.web.WebXmlParser.parseWebXml Parse error in application web.xml" However the Tomcat server itself will continue to load and run. It jus

Re: 404 - servlet not found (7.0.52)

2017-08-01 Thread Christoph Kukulies
Argh. I solved it. I had a dangling servlet-mapping section in my web.xml. Weird, that tomcat doesn't report on this, or does it? Am 01.08.2017 um 12:09 schrieb Christoph Kukulies: I'm pulling my hairs at the moment for a servlet is not being found which worked before. I have a class in webap

404 - servlet not found (7.0.52)

2017-08-01 Thread Christoph Kukulies
I'm pulling my hairs at the moment for a servlet is not being found which worked before. I have a class in webapps/servlets/WEB-INF/classes/My.class and sections in web.xml for this: My My and a mapping: My /servlet/My What I did last wa