Backing Up the mapViewerConfig.xml File

The mapViewerConfig.xml file is overwritten by the reconfiguration templates when you run the Reconfiguration Wizard. Therefore, you must back up the mapViewerConfig.xml file before reconfiguring your existing domain.

To back up the mapViewerConfig.xml file:
  1. Change directory to the location of the mapViewerConfig.xml file:
    • (Linux) cd EXISTING_DOMAIN_HOME/config/fmwconfig/mapviewer/conf
    • (Windows) cd EXISTING_DOMAIN_HOME\config\fmwconfig\mapviewer\conf
  2. Check the file size of the mapViewerConfig.xml file: is present in the following location on your system. Use the list command: ls -ltr to check its file size.
    • (Linux) ls -ltr
    • (Windows) dir
  3. Copy the mapViewerConfig.xml file as shown:
    • (Linux) cp mapViewerConfig.xml mapViewerConfig_original.xml
    • (Windows) copy "mapViewerConfig.xml" "mapViewerConfig_original.xml"