Chapter 8. Verifying the Red Hat Decision Manager installation
After you have installed Red Hat Decision Manager, create an asset to verify that the installation is working.
Procedure
In a terminal window, navigate to the
EAP_HOME/bindirectory and enter the following command to start Red Hat Decision Manager:./standalone.sh -c standalone-full.xml
NoteIf you deployed Business Central without Decision Server, you can start Business Central with the
standalone.shscript without specifying thestandalone-full.xmlfile. In this case, ensure that you make any configuration changes to thestandalone.xmlfile before starting Business Central.In a web browser, enter
localhost:8080/decision-central.If Red Hat Decision Manager has been configured to run from a domain name, replace
localhostwith the domain name, for example:http://www.example.com:8080/decision-centralIf Red Hat Decision Manager has been configured to run in a cluster, replace
localhostwith the IP address of a particular node, for example:http://<node_IP_address>:8080/decision-central
-
Enter the
adminuser credentials that you created during installation. The Business Central home page appears. - Select Menu → Deploy → Execution Servers.
- Confirm that default-kieserver is listed under Server Configurations.
- Select Menu → Design → Projects.
- Click Try Samples → Mortgages → OK. The Assets window appears.
- Click Add Asset → Data Object.
-
Enter
MyDataObjectin the Data Object field and click OK. -
Click Spaces → MySpace → Mortgages and confirm that
MyDataObjectis in the list of assets. - Delete the Mortgages project.