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:
- WebLogic 10.0.2 or later
- WebLogic 9.2.3 or later 9.2.x releases
To edit the weblogic.xml file:
- Go to the ier_install_path\RecordsManager\WEB-INF directory.
- Back up the weblogic.xml to weblogic.xml.bak.
If weblogic.xml does not exist, proceed to Step
4.
- 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>
- 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>