[jboss-user] [Remoting] - How can a .Net client know if there is any JBoss server avai

2008-01-28 Thread viguera79
Hello everybody,
I am not sure if this is the right place for this question.
I have a .Net client that calls to EJBs deployed in a JBoss4.0.5GA server via 
iiop.
Now, the client has to know the server ip address server for looking for the 
EJBs.
Are there any way to find all available JBoss servers from .Net client? With a 
UDP multicast call, for example.
Thanks in advance
Javier

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123997#4123997

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123997
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Cluster and EJB through IIOP

2007-01-22 Thread viguera79
Hello everybody,
I have EJB's deployed on my jboss4.0.5GA. They are invoked by .Net client 
through IIOP. I'd like to have a cluster with two nodes. I'm trying to do it 
with the same client but it doesn't work.The client code to call the EJB is:
string nameserviceLoc = "corbaloc::" + server + ":" + nameServicePort + 
"/JBoss/Naming/root";   
NamingContext m_nameService = 
(NamingContext)RemotingServices.Connect(typeof(NamingContext), nameserviceLoc);

It only works if the jboss is running on the "server" machine. When I stop the 
jboss on "server" machine the client cannot communicate with the other node of 
the cluster. 
Can this configuration works? Is clustering incompatible with IIOP in .net 
client?
Thanks in advance and best regards.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004819#4004819

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004819
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user