I have read the other forum threads related to RoundRobin load-balancing and 
they did not solve the problem where the EJB request is always sent to the 
last node to join the cluster.
I have clustering running (using the default cluster-service.xml provided) and 
I confirmed that failover does work.
But load-balancing does not.
I have a SLSB with the <clustered>True</clustered> tag in the jboss.xml 
descriptor (but I did not add a cluster-config tag since the default policy is 
RoundRobin).
I put the same MyBean.jar in the deploy directory of both servers (one on 
Win2K and one on Solaris 8).
For the JNDI lookup, it does not seem to matter which node of the cluster or 
which port I use (jnp or HA):
jnp://localhost:1099 -> calls bean on remote node of cluster
localhost:1100 -> calls bean on remote node of cluster
localhost:1100,otherhost:1100 -> calls bean on remote node of cluster

These are the only messages I get when deploying the bean:
12:52:58,005 INFO [MainDeployer] Deploying: 
file:/usr/users/cluster/jboss-3.0.0beta/deploy/MyBean.jar
12:52:58,463 INFO [EJBDeployer] Deploying com.lightbridge.xyz.ejb.MyBean

BTW, what is the deploy/farm directory for?
-----------------------------------------------------------
Michael Arena, Chief Architect       [EMAIL PROTECTED]


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to