이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 11. Subsystem Configuration
11.1. Subsystem Configuration Overview 링크 복사링크가 클립보드에 복사되었습니다!
JBoss EAP 6 uses a simplified configuration, with one configuration file per domain or per standalone server. In domain mode, a separate file exists for each host controller as well. Changes to the configuration persist automatically, so XML configuration file should not be edited manually. The configuration is scanned and overwritten automatically by the Management API. The command-line based Management CLI and web-based Management Console allow you to configure each aspect of JBoss EAP 6.
EAP_HOME/domain/configuration/domain.xml
for a managed domain or EAP_HOME/standalone/configuration/standalone.xml
for a standalone server. Many of the subsystems include configuration details that were configured via deployment descriptors in previous versions of JBoss EAP.
Each subsystem's configuration is defined in an XML schema. The configuration schemas are located in the EAP_HOME/docs/schema/
directory of your installation.