Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
You run the Lotus Domino configuration task on the IBM® WebSphere® Portal Express server. Running the task allows the portal to recognize the presence of the server (either an IBM Lotus® Domino® or non-Lotus Domino server) running the LDAP service, so that Lotus Collaborative Services can use the server to support features in Lotus Domino-based portlets, primarily auto-detection of mail files.
WebSphere Portal Express (which includes Collaborative Services) must be installed before you can run this task.You run the configuration task by entering commands at a command line on the WebSphere Portal Express server.
Commands are case sensitive.
Note: During the instructions for this task, you will edit the wpconfig.properties file. Create a backup copy of this file before performing the following instructions.For security reasons, you should not store passwords in the wpconfig.properties file. Edit the wpconfig.properties before running a configuration task, inserting the passwords needed for that task. Then, after the task has run, delete all passwords from the wpconfig.properties file.
Perform the following steps to run the configuration task:
Windows: wp_profile_root\ConfigEngine\properties
Linux: wp_profile_root/ConfigEngine/properties
i5/OS (UserData): wp_profile_root/ConfigEngine/properties
Section of wpconfig.properties file: Lotus Domino Directory Properties
LDAP Property | Value |
---|---|
LCC.DominoDirectory.Enabled |
Description: The property that determines whether the LDAP directory for Collaborative Services is enabled. Note: Setting LCC.DominoDirectory.Enabled to true enables this component. Setting the value to false disables it. Despite the name of the property, a non-Domino LDAP directory can be specified.Recommended Value: true Default Value: false |
LCC.DominoDirectory.Server |
Description: The fully qualified distinguished name of the LDAP directory for Collaborative Services. Despite the name of the property, a non-Lotus Domino LDAP directory can be specified. Recommended Value: my.server.com Default Value: my.server.com |
LCC.DominoDirectory.Port |
Description: The port number for the LDAP directory for Collaborative Services. Despite the name of the property, a non-Lotus Domino LDAP directory can be specified. Recommended Value: 389 Windows and Linux: Default Value: 389 i5/OS: Default Value: 389 |
LCC.DominoDirectory.SSL | Description: The property that determines whether the LDAP
directory for Collaborative Services is enabled
to communicate over SSL. Despite the name of the property, a non-Lotus Domino LDAP
directory can be specified.Note: Setting LCC.DominoDirectory.SSL to true enables
SSL.
Recommended Value (SSL): true Recommended Value (non-SSL): false Default Value: false |
ConfigEngine.bat lcc-configure-dominodirectoryLinux:
./ConfigEngine.sh lcc-configure-dominodirectoryi5/OS (UserData):
ConfigEngine.sh -profileName profile_root lcc-configure-dominodirectory
Advanced configurations for using Collaborative Services and Domino Directory are available.
Tip: The task lcc-configure-dominodirectory is specific for configuring Collaborative Services to use Domino Directory only. It is possible to change and save other Collaborative Services values in wpconfig.properties, and then run the configuration task ./ConfigEngine.sh lcc-configure-allConfigEngine.bat lcc-configure-all (Windows) to configure multiple Domino and Extended Products servers at once. Parent topic: Checklist of tasks: LDAP server for Lotus Collaborative Services Previous topic: Starting the LDAP service automatically on a Lotus Domino server Next topic: Specifying the Internet host name of the Lotus Domino server Related concepts