IBM Enterprise Records, 版本 5.1.+              

修改 weblogic.xml 文件以查看图像 (WebLogic)

完成 Configuration Manager 中的下一步之前,您必须完成用于启用 ViewPRO 的以下子步骤,才能通过 IBM® Enterprise Records 以诸如 JPEG、TIFF 等格式正确查看图像。

仅当您运行下列版本的 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 Corporation 2011.
本信息中心基于 Eclipse 技术。(http://www.eclipse.org)