当前位置: 代码迷 >> Web前端 >> web.xml有关问题
  详细解决方案

web.xml有关问题

热度:111   发布时间:2012-12-21 12:03:49.0
web.xml问题

web.xml出现了错误

错误提示:bad stream : version="2.4"

错误代码:<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee?? http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

红色的部分 为错误部分。

  相关解决方案