The following topic provides instructions for configuring WebSphere Portal and Lotus Sametime.
Use the IBM Web Administration for iSeries Create WebSphere Portal wizard when configuring WebSphere Portal instances. The wizard creates the necessary servers (HTTP and WebSphere Application Server), configures the server for Portal, configures the database for Portal, configures security (LDAP) for Portal, and deploys the portlets installed with the WebSphere Portal product. You can edit the Portal instance configuration manually after you have used the WebSphere Portal wizard.
WebSphere Portal uses a Sametime server application to enable Sametime connectivity or People Awareness. To allow this connectivity to work, set a security level by editing the Sametime.ini file.
[Debug] VPS_BYPASS_TRUSTED_IPS=1
[Config] VPS_TRUSTED_IPS=trusted IP address, trusted IP address
Notes:
This section provides instructions for configuring WebSphere Portal to use Lotus Sametime. Note that if you used IBM Web Administration for iSeries to configure WebSphere Portal for use with Sametime, you can skip these steps.
Read the following information before you begin.
To perform the configuration task, do the following:
STRQSH
stopServer -instance <instance> <app_server>
where instance is the name of the WebSphere Application Server instance, and app_server is the name of the application server. Note: The default name of the application server is the instance name.
EDTF '/qibm/userdata/webas5/base/<instance>/portalserver5/config/wpconfig.properties'
Section | Property | Value |
---|---|---|
Collaborative Components Properties | LCC.Sametime.Enabled |
Description: The property that determines whether Lotus Sametime is enabled. Note: Setting LCC.Sametime.Enabled to true enables this component. Setting the value to false disables it. Recommended Value: true Default Value: false |
LCC.Sametime.Server |
Description: The name of the Lotus Sametime server. Recommended Value: my.server.com Default Value: my.server.com |
|
LCC.Sametime.Protocol |
Description: The protocol used to connect to the Lotus Sametime server. Recommended Value: http Default Value: http |
|
LCC.Sametime.Port |
Description: The port number for the Lotus Sametime server. Recommended Value: 80 Default Value: 80 |
|
Database configuration | Dbuser |
Description: The user ID for the database administrator. Value Type: Alphanumeric text string Default Value: ReplaceWithYourDbAdminId |
DbPassword | Description: The password for the database
administrator.
Value Type: Alphanumeric text string Default Value: ReplaceWithYourDbAdminPwd |
|
WmmDbUser | Description: The user ID for the database
administrator.
Value Type: Alphanumeric text string Default Value: ReplaceWithYourDbAdminId If you are migrating from a previous version of WebSphere Portal, this value must match the database user name for the WebSphere Member Services database from the previous WebSphere Portal version. |
|
WmmDbPassword | Description: The password for the database
administrator.
Value Type: Alphanumeric text string Default Value: ReplaceWithYourDbAdminPwd |
STRQSH
startServer -instance <instance> <app_server>
where instance is the name of the WebSphere Application Server instance, and app_server is the name of the application server. Note: The default name of the application server is the instance name.
You have completed this step. Continue to the next step by choosing one of the following topics.