Skip to main content Skip to complementary content

Installing the Bonita BPM community server manually (deprecated)

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!