Multiple choice technology

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?

  1. config.xml

  2. domain.xml

  3. configure.xml

  4. config.txt

Reveal answer Fill a bubble to check yourself
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.