我在weblogic.xml中遇到以下错误
cvc-complex-type.2.4。从元素context-root开始发现了无效内容
错误行的代码
<context-root>/car</context-root>
这是我的weblogic.xml
<?xml version="1.0" encoding="UTF-8"?>
<wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.2/weblogic-web-app.xsd">
<wls:virtual-directory-mapping>
<wls:local-path>/tar2data/feeds/bar</wls:local-path>
<wls:url-pattern>*.csv</wls:url-pattern>
</wls:virtual-directory-mapping>
<context-root>/car</context-root>
<wls:container-descriptor>
<wls:show-archived-real-path-enabled>true</wls:show-archived-real-path-enabled>
</wls:container-descriptor>
</wls:weblogic-web-app>
提前致谢。