IBM Enterprise Records, 版本 5.1.+              

修改 weblogic.xml 檔來檢視圖形影像 (WebLogic)

在「配置管理程式」中完成下一步驟之前,您必須完成下列子步驟,使 ViewPRO 能夠從 IBM® Enterprise Records 中,正確檢視 JPEG、TIFF 和 JPEG 等格式的圖形影像。

除非您在執行下列 Weblogic 版本,否則不需要這個程序:

如果要編輯 weblogic.xml 檔,請執行下列動作:

  1. 移至 ier_install_path\RecordsManager\WEB-INF 目錄。
  2. weblogic.xml 備份到 weblogic.xml.bak 中。 如果 weblogic.xml 不存在,請繼續步驟 4 。
  3. 如果 weblogic.xml 檔存在,請依照下列範例所示,新增一個新的 session-descriptor 區段到檔案中:
    <weblogic-web-app>
           <session-descriptor>
             <cookie-http-only>false</cookie-http-only>
           </session-descriptor>
           <jsp-descriptor>
           . . . . . 
           <jsp-descriptor>
           <container-descriptor
           . . . . . 
    <weblogic-web-app>
  4. 如果 weblogic.xml 不存在,請建立一個檔案,將下列內容放在其中:
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA
           Systems, Inc.//DTD Web Application 7.0//EN"
           "http://www.bea.com/servers/wls700/dtd/weblogic700-web-jar.dtd">
      <weblogic-web-app>
           <session-descriptor>
             <cookie-http-only>false</cookie-http-only>
           </session-descriptor>
      <weblogic-web-app>


意見

前次更新: 2011 年 8 月


© Copyright IBM Corp. 2011.
此資訊中心採用 Eclipse 技術。(http://www.eclipse.org)