To view PNG image support in the Java™ Image Viewer, you must first configure
the Image Viewer for PNG file types.
To configure Image Viewer for PNG support:
- Make a backup copy of content_redir.properties. The default
location is: <XT_install_path>\FileNet\Config\WebClient
- Use a text editor to modify content_redir.properties: Add image/png=/WcmJavaViewer.jsp?{JSP_QUERY_STRING} into
content_redir.properties in Workplace/WEB-INF
- Make a backup copy of WcmJavaViewer.jsp: <XT_install_path>\FileNet\WebClient\WorkplaceXT\UI-INF\jsp\ui
- Use a text editor to modify WcmJavaViewer.jsp as below:
- Replace ji.jar with ji.jar,daeja1.jar
- Change cacheVersion from three parameters to four parameters,
for example, from "4.0.2.7, 4.0.2.7, 4.0.2.7" to "4.0.2.7, 4.0.2.7,
4.0.2.7, 4.0.2.7"
- If you are using a .WAR file or .EAR file for deployment,
you must recreate the .WAR file or .WAR and .EAR files and redeploy
the application. If not, simply restart the application server.