webMethods

webMethods

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.

 View Only

Collaboration For Business Console 9.8 - Connecting Business Console to Collaboration 

Wed June 03, 2015 09:28 AM

You need to change the server and port in the “business.console.ecp.url” property of Business Console.

To configure Collaboration in Business Console

  1. 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"

}
  1. Edit these properties in the Software AG_directory\profiles\MWS_serverName\configuration\custom_wrapper.conf file.                       
  1. 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%
  1. Edit the environment variables:
# Environment variables used

set.ECP_URL= <URL_of_Collaboration>

set.ECP_PATH=<"Collaboration_Rest_Path">

See also:


#wiki
#webMethods
#BPM

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads