Multiple choice technology web technology

Following action will be taken if config.xml gets corrupted

  1. Recreate WebLogic Domain

  2. Start WebLogic Administration Server with autorecover=true

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

  4. Both A & B

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

When config.xml gets corrupted, WebLogic automatically creates a backup called config.xml.booted which contains the last known good configuration. This file can be copied to config.xml to recover. The domain doesn't need recreation.