You need to change the server and port in the “business.console.ecp.url” property of Business Console.
To configure Collaboration in Business Console
- Change the CommentsSource user-preference value from "TASKENGINE" to "ECP". Use the REST API:
POST : http://localhost:8585/rest/userpreferences/updatepreference
Content-Type : application/json
Payload : {
"preferenceName": "commentsSource",
"preferenceValue": "ECP"
}
- Edit these properties in the Software AG_directory\profiles\MWS_serverName\configuration\custom_wrapper.conf file.
- Add the additional Java parameters:
# Java Additional Parameters
wrapper.java.additional.7=-Dbusiness.console.ecp.url=%ECP_URL%
wrapper.java.additional.8=-Dbusiness.console.ecp.rest.path=%ECP_PATH%
- Edit the environment variables:
# Environment variables used
set.ECP_URL= <URL_of_Collaboration>
set.ECP_PATH=<"Collaboration_Rest_Path">
See also:
- Introduction
- Preparing Oracle Database
- Preparing SQL Server Database
- Preparing DB2 Database
- Upgrading Collaboration (from previous version)
- Configuring Collaboration User Management Component
- Starting and Stopping Collaboration Server
- Using Collaboration Cloud Controller (ACC)
- User Management Configuration
- ACC Command Reference
- User Configuration Reference