You have selected Configuration Archive Enabled for the domain. When a configuration change
and activated, where is the previous version of the configuration archived?
A.
in the Oracle database
B.
in the config directory
C.
in the pending directory
D.
in the console-ext directory
E.
in the configArchive directory
Explanation:
You can configure WebLogic Server to make backup copies of the configuration
files. This facilitates recovery in cases where configuration changes need to be reversed or the
unlikely case that configuration files become corrupted. When the Administration Server starts up,
it saves a JAR file named config-booted.jar that contains the configuration files. When you make
changes to the configuration files, the old files are saved in the configArchive directory under the
domain directory, in a JAR file with a sequentially-numbered name like config-1.jar.
Reference: Understanding Domain Configuration, Configuration File Archiving
http://docs.oracle.com/cd/E12840_01/wls/docs103/domain_config/config_files.html
E