Getting error: The content of element type “web-app” must match,

前端 未结 3 1034
青春惊慌失措
青春惊慌失措 2020-12-05 09:52

When I build my project in Eclipse Helios Service Release 2, I get an error in my web.xml. Please suggest what I have to do for this. In my project I am using D

3条回答
  •  独厮守ぢ
    2020-12-05 10:03

    If anyone's interested I received the same exception for error-page. This node needs to go after servlet, but before servlet-mapping.

提交回复
热议问题