-
Enhancement
-
Resolution: Done
-
Critical
-
6.4.0
-
None
-
-
-
-
-
-
CR1
-
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.
- relates to
-
RHBRMS-2698 KIE Server does not need database configuration in BRMS
- Verified