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 except taken?
A) Weblogic –application.xm1
B) Weblogic-xm1
C) Session-xm1
D) Config-xm1
E) Web.xm1
Answer: A
its B weblogic.xml
Answer: A
Explain:
Enabling Web applications to share the same session
By default, Web applications do not share the same session. If you would like Web applications to share the same session, you can configure the session descriptor at the application level in the weblogic-application.xml deployment descriptor. To enable Web applications to share the same session, set the sharing-enabled attribute in the session descriptor to true in the weblogic-application.xml deployment descriptor. See “sharing-enabled” in session-descriptor.
Source : http://docs.oracle.com/cd/E13222_01/wls/docs92/webapp/sessions.html
For me the answer is B
Source: http://docs.oracle.com/cd/E24329_01/web.1211/e21049/weblogic_xml.htm#WBAPP587
Answer is B) weblogic.xml
TESTED!
I am not sure about A or B … the others are false
https://docs.oracle.com/cd/E24329_01/web.1211/e24368/app_xml.htm#WLPRG389
http://docs.oracle.com/cd/E24329_01/web.1211/e21049/weblogic_xml.htm#WBAPP587
AS you can see both descriptors have the elements inside.
Perhaps B has a bit more logic
The correct answer is : B
A web application chooses which session failover option to use in the weblogic server deployment descriptor , weblogic.xml
B is correct
A is actually correct. Correct file name should be weblogic-application.xml
https://docs.oracle.com/cd/E24329_01/web.1211/e21049/weblogic_xml.htm#WBAPP571
Ans: B
B is the correct answer for the reason of taking part of 1Z0-102 exam of Oracle WebLogic 11g OCA and I got 98% score.
Maybe this was the question that stopped you from getting 100%