第 18 章 运行 Red Hat Decision Manager
使用这个流程以独立模式在 Red Hat JBoss EAP 上运行 Red Hat Decision Manager。
先决条件
- Red Hat Decision Manager 已安装并配置。
如果您更改了默认主机(localhost)或默认端口(9990),那么在运行 Red Hat Decision Manager 前,您必须编辑 business-central.war/WEB-INF/classes/datasource-management.properties 和 business-central.war/WEB-INF/classes/security-management.properties 文件,如 解决方案 3519551 所述。
流程
-
在终端应用中,前往
EAP_HOME/bin。 运行独立配置:
在 Linux 或基于 UNIX 的系统中:
./standalone.sh -c standalone-full.xml
$ ./standalone.sh -c standalone-full.xmlCopy to Clipboard Copied! Toggle word wrap Toggle overflow 在 Windows 中:
standalone.bat -c standalone-full.xml
standalone.bat -c standalone-full.xmlCopy to Clipboard Copied! Toggle word wrap Toggle overflow 注意如果您在没有 KIE Server 的情况下部署了 Business Central,则您可以使用
standalone.sh脚本启动 Business Central,而无需指定standalone-full.xml文件。在这种情况下,请确保在启动 Business Central 前对standalone.xml文件进行任何配置更改。在 Linux 或基于 UNIX 的系统中:
./standalone.sh
$ ./standalone.shCopy to Clipboard Copied! Toggle word wrap Toggle overflow 在 Windows 中:
standalone.bat
standalone.batCopy to Clipboard Copied! Toggle word wrap Toggle overflow
在 Web 浏览器中,打开 URL
localhost:8080/decision-central。如果您将 Red Hat Decision Manager 配置为从域名运行,请使用域名替换
localhost,例如:http://www.example.com:8080/decision-central- 使用您为 Business Central 创建的用户的凭证登录 第 14.3 节 “创建用户”。