Oracle
1Z0-133 · Question #86
Consider the following excerpt from mod_wl_ohs.conf: <IfModule weblogic_module> WebLogicCluster 192.168.13.1:7001, 192.168.13.2:7001,192.168.13.2:7001 </IfModule> <Location /welcome> SetHandler…
The correct answer is B. A web application that uses the paths "welcome" is targeted to the cluster. E. A cluster exists that consists of at least two managed servers. See the full explanation below for the reasoning.
Question
Consider the following excerpt from mod_wl_ohs.conf:
<IfModule weblogic_module> WebLogicCluster 192.168.13.1:7001, 192.168.13.2:7001,192.168.13.2:7001 </IfModule> <Location /welcome> SetHandler weblogic-handler </Location> Assuming that this is a valid is a valid configuration, which two conclusions can you make?
Options
- AA web application name "welcome" is configured to use session replication.
- BA web application that uses the paths "welcome" is targeted to the cluster.
- CThe proxy server will ignore any requests that contain the name "welcome."
- DThe proxy server is listening on the host name "welcome."
- EA cluster exists that consists of at least two managed servers.
- FAll cluster members are running on the same machine.
How the community answered
(23 responses)- A4% (1)
- B74% (17)
- C9% (2)
- F13% (3)
Community Discussion
No community discussion yet for this question.