Oracle WebLogic Server 12c: Administration I — Question 37
You are responsible for installing and setting up WebLogic Server to support the development, testing, and production of an application. Each phase of the application's life cycle has different scalability, performance, and security requirements. How will you implement this?
Answer options
- A. Create a single domain with three clusters
- B. Create a single domain with three administration servers
- C. Create a single domain with three managed servers
- D. Create three domains
Correct answer: C
Explanation
Creating a single domain with three managed servers (option C) allows for better resource management and scalability tailored to the needs of each application phase. The other options do not provide the necessary flexibility; clusters (option A) are more about high availability, while multiple administration servers (option B) do not address the specific demands of different application phases. Having three separate domains (option D) complicates management and resource allocation.