A web application is hosted on an application server that receives HTTP requests from a third
party application named myApp. The URlGroup mapping for this application is called
default_host_myApp.
The development team asks a system administrator to configure the HTTP plug-in to prevent
routing requests to any application server except serverl.
The following exhibit shows the parts of the plugin-cfg.xml file that are relevant for myApp. The
UriGroups for other applications are not shown in the exhibit.
What should the administrator do to the plugin-cfg.xml file to ensure that requests for
default_host_myApp URIGroup are routed only to machine1?

A.
Delete the server tag for Cloneld=”b20000002″
Delete all of the tags within the Server tag
B.
Delete the UriGroup tag for default_host_myApp
Delete all of the tags within this UriGroup tag
C.
Delete the VirtualHostGroup tag for default_host
Delete all of the tags within the VirtualHostGroup tag
D.
Edit the LoadBalanceWeight forserverl to 20
Edit the LoadBalanceWeight for server2 to 2
A
0
0
The correct is A.
0
0
B
0
0
It can’t be B! A for the win!
0
0
if you delete urigroup tag route is broken. I think right answer is a
0
0
or VirtualHostGroup tag.
0
0
Its A
0
0
A is most appropriate one as deleting server2 clone id will make Server1 available for serving any incoming request.
0
0