Setting up WebLogic to use HTTP in-memory session replication

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

  1. Build the EAR file.
  2. 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.
  3. 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> 
  4. Rebuild the EAR file.