Configuring the photo cache

Configure the IBM® Sametime® Proxy Server to provide access to business card photos for collaboration components that use livenames, such as the Sametime Meeting Room client and IBM iNotes® with Sametime integration.

About this task

If you configure business cards with photos, add the photo cache information to the Sametime Proxy Server's stproxyconfig.xml file so that the photos can be access through the livenanmes feature.

Procedure

  1. As a best practice, back up the stproxyconfig.xml file stored in the following location on Deployment Manager:
    wasroot/AppServer/profiles/dmgr_profile/config/cells/cell_name/nodes/node_name/servers/STProxyServer/stproxyconfig.xml
  2. Open the stproxyconfig.xml file for editing.
  3. Add a <photoCache> section that enables the use of the photo cache and provides the URL and path to its location.

    Example:

    <photoCache>
           <enabled>true</enabled>
           <storageLocation>d:\ibm\photocache</storageLocation>
           <cacheExpiry>10</cacheExpiry>
           <proxyServerURL>http://webchat.example.com</proxyServerURL>   
    </photoCache>

    In the <proxyServerURL>, provide the fully qualified domain name of the Sametime Proxy Server.

  4. Save and close the file.
  5. Synchronize all nodes using the Full Resynchronize option.
  6. Restart the Sametime Proxy Server.