标签:enum http cat ati 技术 string space web.xml enc
启动报错:
原因:有人改动了web.xml的头
解决方法:
在web.xml中修改抬头为: <?xml version="1.0" encoding="UTF-8"?> <web-app 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">
标签:enum http cat ati 技术 string space web.xml enc
原文地址:http://www.cnblogs.com/mySummer/p/7219178.html