Weblogic發布小問題——The root element weblogic-web-app is missing in the descriptor file

來源:互聯網
上載者:User

標籤:des   style   blog   http   color   檔案   

前幾天發布項目遇到這樣一個小錯誤,在此記錄一下,以便加深一點印象,下次好解決類似的問題!

(對應的應用伺服器是WebLogic Server 版本: 10.3.6.0,應用是以檔案夾的形式發在伺服器的對應目錄下的)

1:錯誤的資訊如所示

2:分析及解決這個小問題的過程

錯誤的提示資訊還是比較清楚的指出了錯誤發生的位置和原因的,根據提示資訊找到對應的目錄查看對應的檔案,發現對應的目錄下的weblogic.xml檔案的內容如下所示

<container-descriptor>    <prefer-web-inf-classes>true</prefer-web-inf-classes></container-descriptor> 

查看了weblogic.xml設定檔的情況,最簡單的情況也是應該有對應的根項目的,所以將其內容修改為如下所示的情況

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN" "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd"><weblogic-web-app>    <container-descriptor>        <prefer-web-inf-classes>true</prefer-web-inf-classes>    </container-descriptor></weblogic-web-app>

然後再發布一下應用就沒問題了,ok,這個小問題解決了!

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.