第 18 章 运行 Red Hat Process Automation Manager
使用此流程,以单机模式在 Red Hat JBoss EAP 上运行 Red Hat Process Automation Manager。
先决条件
- Red Hat Process Automation Manager 已安装并配置。
如果您更改了默认主机(localhost)或默认端口(9990),那么在运行 Red Hat Process Automation Manager 前,您必须编辑 Business -central.war/WEB-INF/classes/datasource-management.properties 和 Business -central.war/WEB-INF/security-management.properties 文件,如 35 Solution1 955。
流程
-
在终端应用中,导航到
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 服务器的情况下部署了 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
在网页浏览器中,打开 URL
localhost:8080/business-central。如果您将 Red Hat Process Automation Manager 配置为从域名运行,请使用域名替换
localhost,例如:http://www.example.com:8080/business-central- 使用您在 第 14.4 节 “创建用户” 中为 Business Central 创建的用户凭证登录。