IBM Enterprise Records, Version 5.1.+              

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

Before completing the next step in Configuration Manager, you must complete the following sub-steps that enables ViewPRO to view graphic images in formats like JPEG, TIFF, and JPEG correctly from IBM® Enterprise Records.

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

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 new 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: August 2011


© Copyright IBM Corporation 2011.
This information center is powered by Eclipse technology. (http://www.eclipse.org)