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? A. weblogic-application.xml B. weblogic.xml C. session.xml D. config.xml E. web.xml

You are installing Oracle WebLogic Server 11g for some new developers in the department. They have asked for a very generic installation for development and want you to ensure that the "MedRec" sample domain is included. What should you do…

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? A. A web application name "welcome" is…