IBM FileNet P8, Version 5.1.+            

Configure Image Viewer Quick Start

Note: The Quick Start feature is supported only for JRE versions prior to 1.6.0_10. The Quick Start feature is not supported for JRE version 1.6.0_10 or any later versions.

You can configure Image Viewer to use the Quick Start feature to speed up the time required to launch the Image Viewer application. When a user typically opens an image with Image Viewer, there is a slight delay while a new browser session and the Java application are initialized. You can configure Image Viewer to initialize an Image Viewer session at the same time that a web browser session is started so that Image Viewer loads quickly when a user opens an image.

When Quick Start is enabled on a Windows client, an icon is displayed in the System tray (bottom right of the Windows Desktop) and a menu item is added to the Start > Programs > Startup menu. If the workstation is rebooted, the Quick Start feature remains enabled.

The Quick Start feature is disabled by default. You must manually configure Quick Start for your site. Once configured, each end user can enable or disable Quick Start on a client as needed. See Enable Image Viewer Quick Start for instructions on enabling or disabling the Quick Start feature on a Windows client.

To configure Image Viewer Quick Start for your site

  1. Make a backup copy of the quickstart.htm file. By default, the file is located in the following folder:

    <XT_install_path>\FileNet\WebClient\WorkplaceXT\FnJavaV1Files

  2. Use a text editor to modify quickstart.htm as shown below.
    1. Locate the entry:
      <script language="JavaScript">
      document.write('<applet name="viewone" mayscript code="ji.applet.jiApplet.class" width="250" height="250" codebase="." archive="ji.jar">')
    2. Change the "archive" setting:
      archive="ji.jar,viewer-security-dialog.jar,viewer-security-dialog-i18n.jar"
    3. Save the file.
  3. Make a backup copy of WcmJavaViewer.jsp.

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

  4. Use a text editor to modify WcmJavaViewer.jsp as shown below:
    1. Locate the entry:
      write('<applet ARCHIVE="ji.jar" NAME="viewONE" ID="viewONE" '+sizeTag + '" HSPACE="0" VSPACE="0" ALIGN="middle" code="ji/applet/jiApplet" codebase="./FnJavaV1Files/">');
    2. Change the "ARCHIVE" setting:
      ARCHIVE="ji.jar,viewer-security-dialog.jar,viewer-security-dialog-i18n.jar"
    3. Locate the entry and add the "write(paramTag+'quickstartURL'" string as shown below:
      write(appletTag);
      write(paramTag+'code'+operatorTag+'"ji.applet.jiApplet"'+enderTag);
      write(paramTag+'code'+operatorTag+'"ji.applet.jiApplet.class"'+enderTag);
      write(paramTag+'codebase'+operatorTag+'"./FnJavaV1Files/"'+enderTag);
      write(paramTag+'quickstartURL'+operatorTag+'quickstart.htm'+enderTag);
    4. Save the file.
  5. Stop the application server.
  6. Delete the deployed Workplace XT folder and the temporary directories.
  7. Redeploy the Workplace XT application according to the instructions for your web application server.
  8. Restart the application server.


Feedback

Last updated: July 2011


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