|
| Re: Session replication problem!! |
 |
Tue, 29 May 2007 12:52:44 -070 |
is it a simple JSP with hot deployment or is part of an war file ?
If it is a war file ...try using the tag in weblogic.xml
<session-param>
<param-name>PersistentStoreType</param-name>
<param-value>replicated_if_clustered</param-value>
</session-param>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|