第 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/classes/security-management.properties
文件,如 Solution 3519551。
流程
-
在终端应用中,导航到
EAP_HOME/bin
。 运行独立配置:
在 Linux 或基于 UNIX 的系统中:
./standalone.sh -c standalone-full.xml
$ ./standalone.sh -c standalone-full.xml
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 在 Windows 中:
standalone.bat -c standalone-full.xml
standalone.bat -c standalone-full.xml
Copy 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.sh
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 在 Windows 中:
standalone.bat
standalone.bat
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
在 Web 浏览器中,打开 URL
localhost:8080/business-central
。如果您将 Red Hat Process Automation Manager 配置为从域名运行,请将
localhost
替换为域名,例如:http://www.example.com:8080/business-central
- 使用您在 第 14.3 节 “创建用户” 中为 Business Central 创建的用户凭证登录。