Configure In-Memory HTTP Replication
weblogic會話複製配置(In-Memory方式):
To support automatic failover for servlets and JSPs, WebLogic Server replicates HTTP session states in memory.
Note:
WebLogic Server can also maintain the HTTP session state of a servlet or JSP using file-based or JDBC-based persistence. For more information on these persistence mechanisms, see in Developing Web Applications, Servlets, and JSPs for Oracle WebLogic Server.In-memory HTTP session state replication is controlled separately for each application you deploy. The parameter that controls it—PersistentStoreType—appears within the session-descriptor element, in the WebLogic deployment descriptor file, weblogic.xml, for the application.
domain_directory/applications/application_directory/WEB-INF/weblogic.xml
To use in-memory HTTP session state replication across server instances in a cluster, set the PersistentStoreType to replicated. The fragment below shows the appropriate XML from weblogic.xml.
replicated
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26194851/viewspace-750171/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Database In-MemoryOracleDatabase
- REPLICATION SLAVE 與 REPLICATION CLIENT 許可權client
- 實戰11g stream replication之table replication
- MySQL Group ReplicationMySql
- Build mysql replicationUIMySql
- Mysql Replication(轉)MySql
- HBase Replication詳解
- MySQL案例-replication"卡死"MySql
- 【MySQL】Semisynchronous Replication 概述MySql
- MySQL Replication淺析MySql
- On MySQL replication, again…MySqlAI
- Oracle 12C新特性In-MemoryOracle
- Oracle 12c In-Memory Option - 10Oracle
- Oracle 12c In-Memory Option - 9Oracle
- Oracle 12c In-Memory Option - 8Oracle
- Oracle 12c In-Memory Option - 7Oracle
- Oracle 12c In-Memory Option - 13Oracle
- Oracle 12c In-Memory Option - 6Oracle
- Oracle 12c In-Memory Option - 5Oracle
- Oracle 12c In-Memory Option - 4Oracle
- Oracle 12c In-Memory Option - 3Oracle
- Oracle 12c In-Memory Option - 2Oracle
- Oracle 12c In-Memory Option - 1Oracle
- Oracle Database In-Memory Certified with EBS 12.2OracleDatabase
- rman configure
- An Overview of PostgreSQL & MySQL Cross ReplicationViewMySqlROS
- Mysql replication check指令碼MySql指令碼
- MySQL group replication介紹MySql
- MySQL Group Replication小試MySql
- Oracle Stream Replication 技術Oracle
- mysql replication之GTIDMySql
- set autotrace on [configure]
- ./configure 幫助
- How to Optimize PostgreSQL Logical ReplicationSQL
- Redis 主從複製(Replication)Redis
- Redis replication 中的探活Redis
- Mysql Replication學習記錄MySql
- Redis 主從 Replication 的配置Redis