Anyone Know - Is it true that you have to use to cookies to cluster WLS 7? I just joined a team where we can't use cookies, and word has it that we therefore can't cluster our WLS instances for session replication/failover.
Thanks,
Mike
-
Clustering WLS 7 (4 messages)
- Posted by: Mike Dunbar
- Posted on: August 07 2003 10:29 EDT
Threaded Messages (4)
- Clustering WLS 7 by Cameron Purdy on August 07 2003 13:38 EDT
- Web Logic Clustering by Omer Qureshi on April 03 2005 01:39 EST
- Web Logic Clustering by Cameron Purdy on April 03 2005 15:24 EDT
- Web Logic Clustering by Omer Qureshi on April 07 2005 06:44 EDT
- Web Logic Clustering by Cameron Purdy on April 03 2005 15:24 EDT
-
Clustering WLS 7[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: August 07 2003 13:38 EDT
- in response to Mike Dunbar
You can use URL encoding. It's part of the Servlet spec and it's supported by WebLogic (and jRun too AFAIK).
Peace,
Cameron Purdy
Tangosol, Inc.
Coherence: Easily share live data across a cluster! -
Web Logic Clustering[ Go to top ]
- Posted by: Omer Qureshi
- Posted on: April 03 2005 01:39 EST
- in response to Mike Dunbar
Based on the specs of your application and needs for affinity you can get by just using session (peer-memory) replication or use F5/Resonate BIG IP to force load balancing. Therefore cookie is not required....
Omer Qureshi
PMP, MCSE, CCDA, Security+
http://www.omerpro.com -
Web Logic Clustering[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: April 03 2005 15:24 EDT
- in response to Omer Qureshi
Based on the specs of your application and needs for affinity you can get by just using session (peer-memory) replication or use F5/Resonate BIG IP to force load balancing. Therefore cookie is not required....
Omer, the problem is that "just using session" often implies using cookies. The session ID is carried in a cookie by default. The alternative is to use URL encoding, so that the session ID becomes part of the URL.
BTW, the various load balancers you mentioned also use (among other things) cookies for sticky load balancing.
Peace,
Cameron Purdy
Tangosol, Inc.
Coherence: Cluster your POJOs! -
Web Logic Clustering[ Go to top ]
- Posted by: Omer Qureshi
- Posted on: April 07 2005 18:44 EDT
- in response to Cameron Purdy
Cameron, that is correct the usually session and cookies goes hand in hand. However now with all the advance in IP forwarding and persistency algorithm offered by Hardware and software based load balancer you can get by, just coding web apps that have sessionid and info in the header, or you could always use sticky IP for affinity.
Cheers,
Omer Qureshi
http://omerpro.com