eclipse编辑web.xml很慢
Posted 野鹤闲人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse编辑web.xml很慢相关的知识,希望对你有一定的参考价值。
*
参考地址
http://www.cnblogs.com/rollenholt/articles/2790173.html
我的问题与他一样,从旧项目中复制了一个web.xml到新项目,version都还是2.4,后来改为下面即可(tomcat7)
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0"> <display-name>222</display-name>
*
以上是关于eclipse编辑web.xml很慢的主要内容,如果未能解决你的问题,请参考以下文章
maven web项目的web.xml报错The markup in the document following the root element must be well-formed.(代码片段
Choose unique values for the 'webAppRootKey' context-param in your web.xml files! 错误的解决(代码片段
Eclipse新建Servlet时候,不会自动生成mapping到web.xml,而是在代码中加入注解@WebServlet
关于eclipse保存代码很慢,提示the user operation is waiting的问题
eclipse环境Dynamic web module version 3.1版本的进步,简化Dynamic web object 中Servlet类的配置,不用web.xml配置<Servle