Re: [JBoss-user] don't get load blancing to run

2003-08-29 Thread Bill Burke
remove farm-service.xml from the machine and manually deploy there. Stefan Groschupf wrote: If the Session bean is in the same JVM as your MDB then it will not be load balanced. THe logic behind this is that local calls will always be faster. Sounds like that is the solution for my problem

Re: [JBoss-user] don't get load blancing to run

2003-08-29 Thread Joao Clemente
> > If the Session bean is in the same JVM as your MDB then it will not be > > load balanced. THe logic behind this is that local calls will always > > be faster. > > Sounds like that is the solution for my problem. But what can i do when > i wish to not deploy my application in one node that is i

Re: [JBoss-user] don't get load blancing to run

2003-08-29 Thread Stefan Groschupf
If the Session bean is in the same JVM as your MDB then it will not be load balanced. THe logic behind this is that local calls will always be faster. Sounds like that is the solution for my problem. But what can i do when i wish to not deploy my application in one node that is in a farm? Th

Re: [JBoss-user] don't get load blancing to run

2003-08-29 Thread Bill Burke
If the Session bean is in the same JVM as your MDB then it will not be load balanced. THe logic behind this is that local calls will always be faster. Bill Stefan Groschupf wrote: Hi Friends, I have trouble to get loadbalancing to run. May be I'm only over see something since I have much ti

[JBoss-user] don't get load blancing to run

2003-08-29 Thread Stefan Groschupf
Hi Friends, I have trouble to get loadbalancing to run. May be I'm only over see something since I have much time pressure. ;( I have 3 node jboss-3.2.2RC3_jetty-4.2.11 on one machine running with the binding service. The farming service is running well. I have my main application that run only