Chapter 9. Running Red Hat Decision Manager
Use this procedure to run the Red Hat Decision Manager on Red Hat JBoss EAP in standalone mode.
Prerequisites
- Red Hat Decision Manager is installed and configured.
If you changed the default host (localhost) or the default port (9990), then before you run Red Hat Decision Manager, you must edit the business-central.war/WEB-INF/classes/datasource-management.properties and business-central.war/WEB-INF/classes/security-management.properties files as described in Solution 3519551.
Procedure
-
In a terminal application, navigate to
EAP_HOME/bin. Run the standalone configuration:
On Linux or UNIX-based systems:
$ ./standalone.sh -c standalone-full.xml
On Windows:
standalone.bat -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.On Linux or UNIX-based systems:
$ /standalone.sh
On Windows:
standalone.bat
-
In a web browser, open the URL
localhost:8080/decision-central. - Log in using the credentials of the user that you created for Business Central in Section 5.3, “Creating users”.