A.2. RPM 服务配置文件
与 ZIP 或安装程序安装相比,JBoss EAP 的 RPM 安装包括两个额外的配置文件。服务初始化脚本使用这些文件来指定 JBoss EAP 启动环境。这些服务配置文件的位置因 Red Hat Enterprise Linux 6 和 Red Hat Enterprise Linux 7 有所不同。
对于 Red Hat Enterprise Linux 7,RPM 服务配置文件使用 systemd
加载,因此不会扩展变量表达式。
File | 描述 |
---|---|
/etc/sysconfig/eap7-standalone | 特定于 Red Hat Enterprise Linux 6 上的独立 JBoss EAP 服务器的设置。 |
/etc/sysconfig/eap7-domain | 特定于 JBoss EAP 的设置,作为受管域在 Red Hat Enterprise Linux 6 上运行。 |
File | 描述 |
---|---|
/etc/opt/rh/eap7/wildfly/eap7-standalone.conf | 特定于 Red Hat Enterprise Linux 7 中独立 JBoss EAP 服务器的设置。 |
/etc/opt/rh/eap7/wildfly/eap7-domain.conf | 特定于 JBoss EAP 的设置,作为受管域在 Red Hat Enterprise Linux 7 上运行。 |