Oracle WebLogic Server 12c: Administration I — Question 60
View the following file excerpt, which configures HTTP session replication:
< session-descriptor >
< persistent-store-type > replicated </persistent-store-type >
</session-descriptor >
From which file is this excerpt taken?
Answer options
- A. Weblogic ""application.xml
- B. Weblogic.xml
- C. Session.xml
- D. Config.xml
- E. Web.xml
Correct answer: B
Explanation
The correct answer is B, Weblogic.xml, as it is the configuration file that specifically manages settings for session replication in WebLogic Server. The other options do not pertain to session configuration settings directly, which makes them incorrect.