Cannot find javaee:webapp in web.xml



I get this error:



cvc-elt.1: Cannot find the declaration of element 'javaee:web-app'.


on this line at the starting of my web.xml:



<javaee:web-app xmlns:xsi="http://ift.tt/ra1lAU" xmlns:javaee="http://ift.tt/19L2NlC" xmlns:web="http://ift.tt/19L2NlC" xsi:schemaLocation="http://ift.tt/19L2NlC http://ift.tt/LU8AHS">


This happened after I accidentally mapped two servlets to the same path,it persists despite having fixed it.


No comments:

Post a Comment