当xml 配置文件出现以下错误时,可通过如下图所示的方法解决。。
cvc-complex-type.2.3: Element 'web-app' cannot have character [children], because the type's content type is element-only.
将xmlns="http://java.sun.com/xml/ns/javaee"改为------>xmlns="http://java.sun.com/xml/ns/j2ee"
当xml 配置文件出现以下错误时,可通过如下图所示的方法解决。。
cvc-complex-type.2.3: Element 'web-app' cannot have character [children], because the type's content type is element-only.
将xmlns="http://java.sun.com/xml/ns/javaee"改为------>xmlns="http://java.sun.com/xml/ns/j2ee"

被折叠的 条评论
为什么被折叠?