You have learned that your Administration Server has failed. You have backed up all of the files from this machine. Referring to the above scenario, what single file can you restore to another WebLogic instance and restart the Administration Server for the failed domain?
-
config.xml
-
domain.xml
-
configure.xml
-
config.txt
A
Correct answer
Explanation
The config.xml file is the single most critical file in a WebLogic domain. It contains all domain configuration including server definitions, resources, applications, and settings. If the Administration Server fails, restoring config.xml to another WebLogic instance allows you to reconstruct and restart the entire domain with all its settings intact.