mapViewerConfig.xmlファイルのバックアップ
mapViewerConfig.xmlファイルは、再構成ウィザードを実行すると再構成テンプレートによって上書きされます。そのため、既存のドメインを再構成する前にmapViewerConfig.xmlファイルをバックアップする必要があります。
mapViewerConfig.xmlファイルをバックアップするには:
- mapViewerConfig.xmlファイルの場所にディレクトリを移動します。
- (Linux)
cdEXISTING_DOMAIN_HOME/config/fmwconfig/mapviewer/conf - (Windows)
cdEXISTING_DOMAIN_HOME\config\fmwconfig\mapviewer\conf
- (Linux)
- システム上の次の場所にあるmapViewerConfig.xmlファイルのファイル・サイズを確認します。リスト・コマンド
ls -ltrを使用してそのファイル・サイズを確認します。- (Linux)
ls -ltr - (Windows)
dir
- (Linux)
- 次のようにmapViewerConfig.xmlファイルをコピーします。
- (Linux)
cp mapViewerConfig.xml mapViewerConfig_original.xml - (Windows)
copy "mapViewerConfig.xml" "mapViewerConfig_original.xml"
- (Linux)