第 4 章 查看 JBoss 服务器迁移工具执行的结果
4.1. 查看迁移的配置文件
迁移完成后,请查看 EAP_HOME/standalone/configuration/ 和
目录中迁移的服务器配置文件。
EAP_HOME/
domain/configuration/
-
请注意,为迁移选择的任何原始
EAP_HOME
目标服务器配置文件都会被备份,现在附加了.beforeMigration
。 -
现在,使用从
EAP_PREVIOUS_HOME
源服务器配置迁移的内容,未附加了.beforeMigration
的EAP_HOME
目标服务器配置文件名称。 -
EAP_PREVIOUS_HOME
源服务器配置目录中的原始配置文件保持不变。 -
目标配置目录中的
logging.properties
和standalone-load-balancer.xml
文件保持不变。
如果您选择迁移所有可用配置,您应该在目标服务器目录中看到以下配置文件。
示例:目标服务器上的配置文件列表
$ ls EAP_HOME/standalone/configuration/ application-roles.properties application-roles.properties.beforeMigration application-users.properties application-users.properties.beforeMigration logging.properties mgmt-groups.properties mgmt-groups.properties.beforeMigration mgmt-users.properties mgmt-users.properties.beforeMigration standalone-full-ha.xml standalone-full-ha.xml.beforeMigration standalone-full.xml standalone-full.xml.beforeMigration standalone-ha.xml standalone-ha.xml.beforeMigration standalone-load-balancer.xml standalone-osgi.xml standalone-osgi.xml.beforeMigration standalone.xml standalone.xml.beforeMigration $ ls EAP_HOME/domain/configuration/ application-roles.properties application-roles.properties.beforeMigration application-users.properties application-users.properties.beforeMigration domain.xml domain.xml.beforeMigration host-master.xml host-master.xml.beforeMigration host-slave.xml host-slave.xml.beforeMigration host.xml host.xml.beforeMigration logging.properties mgmt-groups.properties mgmt-groups.properties.beforeMigration mgmt-users.properties mgmt-users.properties.beforeMigration