Oracle WebLogic Server 12c: Administration I — Question 62
Consider an IT infrastructure comprising several web and EJB applications. Each application is expected to handle significantly different workloads and, therefore, has different resource and scalability requirements.
Which is the best solution?
Answer options
- A. Configure a separate proxy for each application
- B. Configure a dedicated WebLogic Server for each application
- C. Configure a separate node manager for each application
- D. Configure a separate cluster for each application
Correct answer: A
Explanation
The best approach is to configure a separate proxy for each application, as it allows for tailored handling of varying workloads without affecting the others. The other options, such as dedicated WebLogic Servers or clusters, would likely lead to increased resource consumption and complexity without providing the same level of flexibility for load management.