[JBoss-user] [Clustering/JBoss] - Re: Does JBoss Cluster HA_JNDI support this implementation

2005-10-23 Thread anguyen
JBoss does come with other load-balance policies, like first available: 
http://docs.jboss.com/jbossas/javadoc/4.0.2/org/jboss/ha/framework/interfaces/FirstAvailable.html.
There's also 
http://docs.jboss.com/jbossas/javadoc/4.0.2/org/jboss/ha/framework/interfaces/FirstAvailableIdenticalAllProxies.html.
I know these are links to the 4.0.2 javadocs, but the link to the 3.2.7 
javadocs aren't working.  These load-balance policies may be available in 3.2.7.

This policy randomly selects the first target, so if that's not the behavior 
you want, you can extend this policy and customize the first target selection.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3902855#3902855

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3902855


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Does JBoss Cluster HA_JNDI support this implementation

2005-10-22 Thread xiaogao
Thanks for the reply

So can I say that JBoss clustering only support LB plus failover but not single 
failover. If I need some failover deployment like EJB HA-JNDI failover(exclude 
LB), I have to leverage some Hardward solution (Router IP Forward/NAT), we can 
not archieve that feature within JBoss. Am I right?

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3902817#3902817

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3902817


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Does JBoss Cluster HA_JNDI support this implementation

2005-10-19 Thread JerryGauth
I think you can't configure HA-JNDI to direct all lookups to a single node.  
I'm not familiar with 3.2.7 but in later code, HA-JNDI uses the smart proxy 
with a round-robin policy to service HA-JNDI lookups.  Perhaps I'm 
misinterpreting something but that's my understanding of the current 
implementation.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3902066#3902066

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3902066


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user