在「配置管理程式」中完成下一步驟之前,您必須完成下列子步驟,使 ViewPRO 能夠從 IBM® Enterprise
Records 中,正確檢視 JPEG、TIFF 和 JPEG 等格式的圖形影像。
除非您在執行下列 Weblogic 版本,否則不需要這個程序:
- WebLogic 10.0.2 或更新的版本
- WebLogic 9.2.3 或更新的 9.2.x 版
如果要編輯 weblogic.xml 檔,請執行下列動作:
- 移至 ier_install_path\RecordsManager\WEB-INF 目錄。
- 將 weblogic.xml 備份到 weblogic.xml.bak 中。
如果 weblogic.xml 不存在,請繼續步驟 4 。
- 如果 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>
- 如果 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>