Configure Image Viewer for CFS-IS

To annotate images federated from Content Federation Services for Image Services (CFS-IS), you must first configure Image Viewer for CFS-IS. Otherwise, annotation text for federated images is truncated.

To configure Image Viewer for CFS-IS

  1. Make a backup copy of WcmJavaViewer.jsp.

    <XT_install_path>\FileNet\WebClient\WorkplaceXT\UI-INF\jsp\ui

  2. Use a text editor to modify WcmJavaViewer.jsp as shown below:
    1. Locate the following line, and change "true" to "false."
      writeParam('filenetAlwaysRubberband', 'true' );
    2. Add the following parameter:
      writeParam('allowTextRubberband parameter', 'false' );
    3. Save and close WcmJavaViewer.jsp.
  3. 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.