第4章 JBoss Server Migration Tool 実行結果の確認
4.1. 移行した設定ファイルの確認
移行が完了したら、移行したサーバー設定ファイルを EAP_HOME/standalone/configuration/
および EAP_HOME/domain/configuration/
ディレクトリーで確認します。
-
移行に選択した元の
EAP_HOME
ターゲットサーバーファイル名はバックアップされ、.beforeMigration
が追加されることに注意してください。 -
.beforeMigration
が追加されていないEAP_HOME
ターゲットサーバー設定ファイルは、EAP_PREVIOUS_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