About this task
You can use Apache 2.0.44 with the WebLogic plug-in as the proxy server
with idempotent set to OFF
If you are using a different proxy, ensure that you test session
replication.
The weblogic.xml
file
should be edited to set up WebLogic for in-memory session replication
as follows:
Procedure
- Build the EAR file.
- Copy the
<INSTALL_DIR>/tmp/build<package_name>/WEB-INF/weblogic.xml
file
to the <INSTALL_DIR>/extensions/<package_name>
directory,
where <package_name>
is the application name;
for example, smcfs
.
- Add the following lines
to the
weblogic.xml
file: <session-descriptor> <session-param> <param-name>PersistentStoreType</param-name> <param-value>replicated</param-value> </session-param> </session-descriptor>
- Rebuild the EAR file.