![]()
Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows
Configure WebSphere Portal Express to recognize Lotus Domino and the Collaborative Services
To configure WebSphere Portal Express to recognize Lotus Domino and the Collaborative Services 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.
To run the configuration task...
- Stop WebSphere Portal Express.
Linux:
cd was_profile_root/bin
./stopServer.sh WebSphere_Portal -user admin_userid -password admin_passwordWindows:
cd was_profile_root\bin
stopServer.bat WebSphere_Portal -user admin_userid -password admin_passwordi5/OS:
cd app_server_root/bin
stopServer.sh WebSphere_Portal -profileName wp_profile -user admin_userid -password admin_password- Make backup copies of...
wpconfig.properties
wpconfig_dbdomain_config.properties...in...
Windows:
portal_server_root\configLinux:
portal_server_root/configi5/OS (UserData):
portal_server_root_user/config
- Use a text editor to open the appropriate configuration properties file and enter the appropriate values for your environment.
Do not change any settings other than those specified in these steps.
Use / instead of \ for all platforms.
Some values, shown in italics below, may need to be modified to your specific environment.
Depending on which database domain has to be configured, dbdomain may need to be replaced by:
- release
- customization
- community
- jcr (DB2 Content Manager Runtime Edition)
- wmm
- feedback
- likeminds
Section of wpconfig.properties file: Lotus Domino Directory Properties
LDAP Property Value LCC.DominoDirectory.Enabled Whether the LDAP directory for Collaborative Services is enabled. Setting 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: true
Default: false
LCC.DominoDirectory.Server 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: my.server.com
Default: my.server.com
LCC.DominoDirectory.Port 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: 389
Windows and Linux: Default Value: 389
i5/OS: Default Value: 389
LCC.DominoDirectory.SSL 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. Setting LCC.DominoDirectory.SSL to true enables SSL.
Recommended Value (SSL): true
Recommended Value (non-SSL): false
Default: false
- Save the file.
- Change to...
portal_server_root/config...and run...
Windows:
WPSconfig.bat lcc-configure-dominodirectoryLinux:
./WPSconfig.sh lcc-configure-dominodirectoryi5/OS (UserData):
WPSconfig.sh -profileName profile_root lcc-configure-dominodirectory- Check the output for any error messages. If you encounter an error, check the appropriate logs file for more information.
- Start WebSphere Portal Express:
Linux:
cd was_profile_root/bin
./startServer.sh WebSphere_PortalWindows:
cd was_profile_root\bin
startServer.bat WebSphere_Portali5/OS:
cd startServer.sh WebSphere_Portal -profileName profile_root
app_server_root/bin
Advanced configurations for using Collaborative Services and Domino Directory are available.
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...
./WPSconfig.sh|bat lcc-configure-all...to configure multiple Domino and Extended Products servers at once.
To configure just Sametime, run...
./WPSconfig.sh|bat lcc-configure-sametime
Parent topic:
Checklist of tasks: LDAP server for Lotus Collaborative Services
Previous topic:
Start the LDAP service automatically on a Lotus Domino server
Next topic:
Specify the Internet host name of the Lotus Domino server
Related concepts
WebSphere Portal Express logs
Related information
Start and stop WAS and WebSphere Portal Express