Procedure
- Download the Bonita BPM server version compatible with your product from http://www.bonitasoft.com/downloads-v2.
- Unzip the BPM archive file BonitaBPMCommunity-<Version> (for example, BonitaBPMCommunity-6.5.0) into a local directory which will be referred to as <Bonita_Home>.
- Browse to the directory <Bonita_Home>/bonita/client/conf, and then open the file bonita-client.properties.
-
Edit the file according to your actual situation, which allows the MDM
server to connect to the Bonita BPM server correctly, and save the file
after you have made your changes.
An example of the file is shown below:
org.bonitasoft.engine.api-type = HTTP server.url = http://localhost:8080 application.name = bonita
Warning: Theserver.url
must use the host name or IP address of the actual machine which hosts the Bonita BPM server and the port number must correspond to the HTTP port for Bonita chosen during installation. By default, it is 8080. - Browse to the file mdm.conf under the directory <Bonita_Home>/bonita/mdm/.
-
Edit the file to provide the details for your installation, which allows
the Bonita BPM server to connect to the MDM server correctly, and save the
file after you have made your changes.
An example of the file is shown below:
admin.user=admin admin.password=talend mdm.endpoint.url=http://localhost:8180/talendmdm/services/soap
Warning: Themdm.endpoint.url
must use the host name or IP address of the actual machine which hosts the MDM server and the port number must correspond to the chosen HTTP port for MDM server during installation. By default, it is 8180.