Is it possible for a node to be part of more than one partition?
What if I introduced partitionC that contains node A,B,C,D.  And
deployed the ClusteredHttpSession to that partition?  ie: node A is part
of partition A & C.

Any Thoughts?  Is there a better approach to this?  
Thanks for your input
-Dennis

On Wed, 2003-02-19 at 07:31, Jules Gosnell wrote:
> Dennis Muhlestein wrote:
> > Could I have http sessions clusters accross two cluster partitions?
> > 
> > ie:         Clustered jboss servers A & B are on partitionA
> >     Clustered jboss servers C & D are on partitionB
> >     Apache aA Load Balances between A & B.
> >     Apache aB Load balances between C & D.
> > 
> > Hardware loadbalancer manages apache aA & aB.
> > 
> > I want to take aB out of the pool and still have all the clients http
> > sessions be valid for partitionA.  Then I can deploy partitionB - test -
> > whatever.. then switch hardware balancer to aB from aA and have all
> > clients now using partitionB with their still valid sessions.  If no,
> > has anyone solved this situation?
> 
> Jetty
> 
> NO.
> 
> Session replication is scoped precisely by partition extent - they are 
> one and the same.
> 
> To share sessions two nodes MUST be in the same partition/subCluster.
> 
> In fact, if your h/w lb is not session-aware the config you have 
> detailed will not work because requests pertaining to sessions stored in 
> partitionA may be routed to nodes that are not on that partition.
> 
> Jules
> 
> > 
> > Thoughts, comments?
> > 
> > TIA
> > -Dennis
> > 
> > 
> > 
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
> The most comprehensive and flexible code editor you can use.
> Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
> www.slickedit.com/sourceforge
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to