I search some page in stackoverflow to solve this problem, did follow some true answer but not working. I am new in spring , sorry.
here is my dispatcher-servlet
Yes, i experience thesame problem.
I solved it by first: format the xml.
Then i took a keen look through the lines, i found an extra closing tag (/>) which have been blocking the closing tag from seeing the open tag. So i removed the bug (/>) and the program deployed.