Installing the Bonita BPM community server manually (deprecated) - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

MDM Platform

Procedure

  1. Download the Bonita BPM community server archive file BonitaBPMCommunity-7.9.0.zip via the link received in your e-mail.
  2. Unzip the Bonita BPM server archive file into a local directory that is referred to as <Bonita_Home>.
  3. Browse to the file server.xml under the directory <Bonita_Home>/server/conf .
  4. Edit the file to set up the port, protocol, and other information if needed for the Bonita BPM server and save your changes.
    An example of the configuration is shown below:
    <Connector port="8280" protocol="HTTP/1.1"
    connectionTimeout="20000"
    maxThreads="20"
    redirectPort="8443"
    maxPostSize="-1"
    URIEncoding="UTF-8"/>

    For more information, see Apache Tomcat 9 Configuration Reference.

  5. Browse to the directory <$INSTALLDIR>/bonita/engine-client/conf (<$INSTALLDIR> specifies the path where the Talend MDM Server has been installed), and open the file bonita-client-custom.properties.
  6. Edit the file according to your actual situation, which allows the Talend MDM Server to connect to the Bonita BPM server correctly, and save your changes.
    An example of the file is shown below:
    org.bonitasoft.engine.api-type = HTTP
    server.url = http://localhost:8280
    application.name = bonita

    The property server.url must use the host name or IP address of the actual machine that hosts the Bonita BPM server and use the port number for the Bonita BPM server that is configured in server.xml. By default, the port number is 8280.

  7. Browse to the file mdm.conf under the directory <Bonita_Home>/setup/mdm/ .
  8. Edit the file to provide the details for your installation, which allows the Bonita BPM server to connect to the Talend MDM Server correctly, and save 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

    The property mdm.endpoint.url must use the host name or IP address of the actual machine that hosts the Talend MDM Server and use the port number that corresponds to the chosen HTTP port for the Talend MDM Server during installation. By default, it is 8180.