当前位置: 代码迷 >> Web前端 >> eclipse 批改web.xml卡死
  详细解决方案

eclipse 批改web.xml卡死

热度:412   发布时间:2012-10-14 14:55:08.0
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

?

?

  相关解决方案