[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.h

[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 JBo

[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 implem