1, Problem Description:
Open Eclipse, has been in loading descriptor For...,eclipse suspended animation, nothing can do
2, Environment Description:
Java compiler:1.8
jdk:1.8
3, Solution:
Make project facets the same version of the Dynamic Web module and the Web. XML header information that the Dynamic Web module uses 3.1, so you should keep Web. XML at 3.1. (in the case of suspended animation, Web. XML is 2.3)
Note that because Eclipse is in suspended animation, you cannot modify Web. xml directly in Eclipse. So after terminating the eclipse process, go to the directory to modify Web. Xml.
Version 3.1 of Web. xml:
<?XML version= "1.0" encoding= "UTF-8"?><Web-appXmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance"xsi:schemalocation= "Http://xmlns.jcp.org/xml/ns/javaee"Xmlns:web= "Http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"version= "3.1"xmlns= "Http://xmlns.jcp.org/xml/ns/javaee"> <Display-name>Archetype Created Web Application</Display-name> </Web-app>
Solution: Elipse has been loading descriptor for ...