Uploaded image for project: 'JBoss BPMS Platform'
  1. JBoss BPMS Platform
  2. RHBPMS-4362

Configure KIE Server to be managed by Business Central

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Critical
    • 6.4.0
    • 6.4.0
    • Configuration
    • None
    • CR1

    Description

      In order to unite both execution servers in KIE Server and Business Central, we need to configure KIE Server to be managed by Business Central by default. The following system properties need to be added to configuration files:

         <system-properties>
            <property name="org.kie.server.location" value="http://localhost:8080/kie-server/services/rest/server"/>
            <property name="org.kie.server.controller" value="http://localhost:8080/business-central/rest/controller"/>
            <property name="org.kie.server.controller.user" value="controllerUser"/>
            <property name="org.kie.server.controller.pwd" value="controllerUser1234;"/>
            <property name="org.kie.server.user" value="controllerUser"/>
            <property name="org.kie.server.pwd" value="controllerUser1234;"/>
            <property name="org.kie.server.persistence.ds" value="jdbc/jbpm"/>
         </system-properties>
      

      A user controllerUser with password controllerUser1234; (or basically any other credentials) and roles kie-server and rest-all needs to be created in order to make it work out-of-the-box. Therefore we should probably start distributing application-roles.properties and application-users.properties files.

      Attachments

        Issue Links

          Activity

            People

              rzhang+1@redhat.com Cheng Zhang (Inactive)
              tlivora Tomáš Livora (Inactive)
              Tomáš Livora Tomáš Livora (Inactive)
              Tomáš Livora Tomáš Livora (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: