An internal error occurred during Loading descriptor for

时间:2022-08-03 20:22:17

这个错误一般是 工程下的web.xml 里面有不无法识别的字符。eclipse会提示是那个字符错误了,例如:

<dispatcher>REQUEST </dispatcher> 
<dispatcher>FORWARD </dispatcher> 

上面是这两个dispatcher在XML中多了个空格

空格被认为是web.xml中的非法空格符合,去掉就好了