[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-06-19 Thread bstansbe...@jboss.com
By the multi-home limitation do you mean configuring the bind address in the JGroups UDP protocol? That's pretty straightforward. You can control the interface JGroups uses by setting system property -Djgroups.bind_addr=192. as a command line argument. If don't specifically set

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-06-19 Thread bstansbe...@jboss.com
JBoss does the same basic thing with the java.rmi.server.hostname system property 1) Do nothing if already set (e.g. via -Djava.rmi.server.hostname) 2) else if the -b value isn't 0.0.0.0, set java.rmi.server.hostname to the -b value 3) else set java.rmi.server.hostname to

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-06-17 Thread FrankTheTank
Sorry, had a typo in there.. it is JBoss 4.2.3 setup with /all config View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238105#4238105 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238105

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-06-17 Thread FrankTheTank
Update: Correction: the lookup against the separate server was done over the 192.*.*.* address. I have also tried running jboss on my local machine (a laptop with one built-in NIC and one via USB adapter). In this case the connection is done vial the 150.*.*.* interface. Nothing was changed

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-06-16 Thread FrankTheTank
Thanks for the reply. Yeah, I had tried that with my main NIC but it had not worked. Now I seem to know why. Besides the point that it seems we have to configure the cluster-service.xml for multi-homed servers (which will really be a killer for me) I had noticed the below issue: Ok this is my

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-06-16 Thread bstansbe...@jboss.com
What AS version are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238008#4238008 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238008 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-06-15 Thread FrankTheTank
*bump* So what are the restrictions on clustering? Will this even work or not? thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4237652#4237652 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4237652

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-06-15 Thread bstansbe...@jboss.com
The jnp.localAddress property in your jndi.properties will control what interface the client side naming context binds its socket on. See discussion of that property on http://www.jboss.org/community/wiki/NamingContextFactory If that doesn't resolve your issue, please include all your naming

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-05-18 Thread FrankTheTank
Correction: It will not work on either setups. It will *only* work if there is one network card. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231630#4231630 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231630