Skip to Main Content

Chinese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

通过负载均衡器作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>
但是不起作用,请问有什么好的方法?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2007
Added on May 16 2005
12 comments
5,866 views