IBM Enterprise Records, Version 5.1.2   

Modifying the weblogic.xml file to view graphics images (WebLogic)

Before completing the next step in Configuration Manager, you must complete the following substeps that allows ViewPRO to view graphic images in formats such as JPEG, TIFF, and JPEG correctly from IBM® Enterprise Records.

About this task

This procedure is only required if you are running the following versions of WebLogic:

Procedure

To edit the weblogic.xml file:

  1. Go to the ier_install_path\RecordsManager\WEB-INF directory.
  2. Back up the weblogic.xml to weblogic.xml.bak. If weblogic.xml does not exist, proceed to Step 4.
  3. If the weblogic.xml file exists, add a session-descriptor section to the file as shown in the following example:
    <weblogic-web-app>
           <session-descriptor>
             <cookie-http-only>false</cookie-http-only>
           </session-descriptor>
           <jsp-descriptor>
           . . . . . 
           <jsp-descriptor>
           <container-descriptor
           . . . . . 
    <weblogic-web-app>
  4. If weblogic.xml does not exist, create the file and put the following content in it:
    <!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>


Feedback

Last updated: November 2013
frmin003.htm

© Copyright IBM Corporation 2013