无法在weblogic控制台中访问选定的应用程序错误

时间:2014-05-15 11:58:17

标签: java ant weblogic

我在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>

提前致谢。

0 个答案:

没有答案