Multiple choice technology web technology

Following action will be taken if config.xml gets corrupted

  1. a. Recreate WebLogic Domain

  2. b. Start WebLogic Administration Server with autorecover=true

  3. c. Use config.xml.booted as config.xml

  4. d. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

WebLogic automatically creates a backup of the last known good configuration by renaming config.xml to config.xml.booted after each successful server start. If config.xml becomes corrupted, you can restore this backup file - it's a built-in recovery mechanism that avoids the extreme solution of recreating the entire domain.