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
B
A – Weblogic application.xml
Obs: replicated — Requires clustering.
B:
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/wls/12c/12-ManageSessions–4478/session.htm
From the manual:
For application “shoppingcart”
Edit the shoppingcart/WEB-INF/weblogic.xml file.
Locate the comment line Insert session descriptor element here.
Directly below this line, add the following new lines:
replicated_if_clustered
Directly below this line, add the following new lines:
replicated_if_clustered
it removes tags 🙁
replicated_if_clustered