Configure Collaborative Services samples

 

+

Search Tips   |   Advanced Search

 

You configure the Lotus Collaborative Services sample files by modifying the CSEnvironment.properties file.

Perform the following steps:

  1. Using a text editor, edit the CSEnvironment.properties file located in the following directory:
    was_profile_root /installedApp/servername/cs.ear/cs.war/config/CSEnvironment.properties

  2. Set the following value:

    CS_SERVER_WEBSPHERE_PORTAL_EXTEND.enabled=false

  3. For each of the services listed in CSEnvironment.properties, perform all of the following steps:

    • Enable the service.

    • Specify the appropriate information for the service or sample you're configuring (such as host.name, protocol, port, and so on). See the following examples for People Awareness/IBM Lotus Sametime, IBM Lotus QuickPlace, and LDAP.

    • Accept defaults for all optional and/or custom configuration settings.

  4. Save the CSEnvironment.properties file.

  5. On the IBM WAS, in the administrative console, stop and start the Collaborative Services (CS) enterprise application.

Example 1: Enabling People Awareness/ Lotus Sametime Service

Supply the following information:

##################################################################
#
# SAMETIME properties # If Sametime is enabled, the required settings must be filled in.
# Required settings #
CS_SERVER_SAMETIME.enabled=true CS_SERVER_SAMETIME_1.hostname=your.instantmessaging_server.com CS_SERVER_SAMETIME_1.version=3.0
CS_SERVER_SAMETIME_1.protocol=http # The protocol and port that the ST server uses # to serve up HTML, CSS and JavaScript files, etc.
CS_SERVER_SAMETIME_1.protocol=http CS_SERVER_SAMETIME_1.port=80

Example 2: Enabling Lotus QuickPlace Service

Supply the following information:

##############################################################
#
# QUICKPLACE properties # enabled indicates whether or not QP creation is allowed.
##############################################################
CS_SERVER_QUICKPLACE.enabled=true CS_SERVER_QUICKPLACE_1.hostname=your.teamworkplace_server.com CS_SERVER_QUICKPLACE_1.version=3.0
CS_SERVER_QUICKPLACE_1.protocol=http CS_SERVER_QUICKPLACE_1.port=80

Example 3: Enabling LDAP Sample

Supply the following information:

##############################################################
#
# LDAP properties
# enabled indicates whether or not LDAP creation is allowed.
################################################################
CS_SERVER_DOMINO_DIRECTORY.enabled=true 
CS_SERVER_DOMINO_DIRECTORY_1.hostname=your.domino_server.com 
CS_SERVER_DOMINO_DIRECTORY_1.port=389 
CS_SERVER_DOMINO_DIRECTORY_1.ssl=false

 

Parent Topic

Collaborative Services samples

 

Previous topic

Deploy Collaborative Services samples

 

Next topic:

Launch the Collaborative Services samples