Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
You need to change the server and port in the “business.console.ecp.url” property of Business Console.
To configure Collaboration in Business Console
POST : http://localhost:8585/rest/userpreferences/updatepreference Content-Type : application/json Payload : { "preferenceName": "commentsSource", "preferenceValue": "ECP" }
# Java Additional Parameters wrapper.java.additional.7=-Dbusiness.console.ecp.url=%ECP_URL% wrapper.java.additional.8=-Dbusiness.console.ecp.rest.path=%ECP_PATH%
# Environment variables used set.ECP_URL= <URL_of_Collaboration> set.ECP_PATH=<"Collaboration_Rest_Path">