6.2. Setting system properties for the headless Decision Manager controller
After you install the headless Decision Manager controller, set the system properties listed in this section on your application server or servers to enable proper interaction with the headless Decision Manager controller.
For optimal results, install Decision Server and the headless Decision Manager controller on different servers in production environments. In development environments, you can install Decision Server and the headless Decision Manager controller on the same server. In either case, be sure to make these property changes on all application servers where the headless Decision Manager controller is installed.
Prerequisites
- Decision Server and the headless Decision Manager controller are installed on the application server instance.
Procedure
Specify the following JVM property values on the application server instance where the headless Decision Manager controller is installed:
表6.1 Required properties for the headless Decision Manager controller
Name Requirement org.kie.server.userA user with the
kie-serverroleorg.kie.server.pwdThe password for the user specified in the
org.kie.server.userpropertySpecify the following JVM property values on the application server instance where Decision Server is installed:
表6.2 Required properties for Decision Server when headless Decision Manager controller is installed
Name Requirement org.kie.server.controller.userA user with the
kie-serverroleorg.kie.server.controller.pwdThe password for the user specified for the
org.kie.server.controller.userpropertyorg.kie.server.idThe ID or name of the Decision Server installation, such as
rhdm700-decision-server-1org.kie.server.locationThe URL of the Decision Server,
http://<HOST>:<PORT>/kie-server/services/rest/serverorg.kie.server.controllerThe URL of the headless Decision Manager controller,
http://<HOST>:<PORT>/controller/rest/controller<HOST>is the ID or name of the Decision Server host, for example,localhostor192.7.8.9.<PORT>is the port of the Decision Server host, for example,7001.