通过负载均衡器作weblogic的集群,如何复制session
702619May 16 2005 — edited Sep 11 2007求助:我们公司用硬件实现了weblogic的集群,但程序中使用了session,我该如何设置参数来共享session
我在web.xml中加入
<session-descriptor>
<session-param>
<param-name>
PersistentStoreType
</param-name>
<param-value>
replicated
</param-value>
</session-param>
</session-descriptor>
但是不起作用,请问有什么好的方法?