eclipse 批改web.xml卡死

eclipse 修改web.xml卡死

头文件如下:

<?xml version="1.0" encoding="UTF-8"?>

<web-app id="WebApp_ID" version="2.4"

xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

 

原因:这是使用tomcat5不支持sevlet2.5,将其改为2.5即可.tomcat6支持sevlet2.5