+

Search Tips   |   Advanced Search


Configure the WebSphere Portal server to recognize Lotus Sametime

You configure the WebSphere Portal server to recognize the Lotus Sametime server so that Lotus Collaborative Services can use that server for the Sametime portlets. WebSphere Portal supports different topologies when integrating with Lotus Sametime. The following instructions apply to all supported topologies. Steps that only apply to specific topology are marked optional. Read the optional steps to determine if the step applies to your configuration. When you update the CSEnvironment.properties file, some of the properties that define may be commented. If so, uncomment the property and set it as instructed.

  1. Stop WebSphere Portal:

    1. Open a command prompt and change to the following directory:

      • Windows: profile_root\bin

      • UNIX: profile_root/bin

      • i5/OS: profile_root/bin

    2. Enter the following command to stop the WebSphere_Portal server, where WebSphere_Portal is the name of the WebSphere Portal server:

      • Windows: stopServer.bat WebSphere_Portal -username admin_userid -password admin_password

      • UNIX: ./stopServer.sh WebSphere_Portal -username admin_userid -password admin_password

      • i5/OS: stopServer WebSphere_Portal -username admin_userid -password admin_password

  2. Locate the CSEnvironment.properties file and make a backup copy before changing any values. The file is located in the following directory:

    • Windows: profile_root\PortalServer\config\config

    • UNIX: profile_root/PortalServer/config/config

    • i5/OS: profile_root/PortalServer/config/config

  3. Configure the CSEnvironment.properties file to integrate with Lotus Sametime.

    1. Open the CSEnvironment.properties file in a text editor.

    2. Find the CS_SERVER_SAMETIME.enable property in the file and set it to true. Setting the property to true enables the Sametime integration.

      CS_SERVER_SAMETIMER.enable=true
      

    3. Find the CS_SERVER_SAMETIME_1.hostname and set it as the fully qualified host name for your Sametime server.

      CS_SERVER_SAMETIME_1.hostname=sametimeserver.domain.com
      

    4. Find the CS_SERVER_SAMETIME_1.version property and set the version of the server. If Sametime is authenticating with a Native Domino LDAP, set the property to 3.0.

      CS_SERVER_SAMETIME_1.version=8.0
      

    5. Set the following properties as shown:

      CS_SERVER_SAMETIME_1.protocol=http CS_SERVER_SAMETIME_1.port=80
       CS_SERVER_SAMETIME_1.useLTPAToken=true CS_SERVER_SAMETIME_1.dnAuthorSeparator=/ CS_SERVER_SAMETIME_1.watchnameformat=dn
      

  4. Optional: If Sametime authenticates with a Native Domino LDAP, uncomment the following property.

    CS_SERVER_SAMETIME_1.dnNameSeparator=/
    

  5. Optional: In a dual directory configuration where WebSphere Portal authenticates with a non-Domino directory server and Lotus Sametime authenticates with either the Native Domino LDAP or a Domino LDAP server, set one additional property:

    CS_SERVER_SAMETIME_1.nameFormatForResolve=dn
    

  6. Save the changes to CSEnvironment.properties.

  7. Restart the portal server:

    1. Open a command prompt and change to the following directory:

      • Windows: profile_root\bin

      • UNIX: profile_root/bin

      • i5/OS: profile_root/bin

    2. Enter the following command to start the WebSphere_Portal server, where WebSphere_Portal is the name of the WebSphere Portal server:

      • Windows: startServer.bat WebSphere_Portal

      • UNIX: ./startServer.sh WebSphere_Portal

      • i5/OS: startServer WebSphere_Portal


Parent topic:

Integrate with IBM Lotus Sametime


Previous topic:

Configure single sign-on


Next topic:

Configure trust for the Sametime Contact List portlet