Skip to Main Content

Java Development Tools

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!

ADF Client State Saving

843848Mar 1 2011 — edited Mar 2 2011
I have a doubt about client state saving and ADF Faces Components/JSF.

In my scenario, i have a hardware load balancer in front of two weblogic standard servers. The load balance is configured without affinity.

The client token generated by the server hitted for the first roundtrip is not readable by the other server on a second roundtrip. I think because each server generates a different hash key. So when the load balancer forwards the client request to the other server in the webfarm, an error occurs because the server can not read the token.

In .NET, we have a machineKey Attribute configurable in machine.config that let me configure the same hash key in both servers. In this way both servers can read the client token generated from each other.

Is there something similar in ADF Faces/Weblogic scenario?

Or ADF Faces Components can be fully stateless?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2011
Added on Mar 1 2011
6 comments
701 views