[jboss-user] [Remoting] - Re: Can not open socket connection on Linux box using Transp

vivash do-not-reply at jboss.com
Thu Aug 24 19:46:28 EDT 2006


Actually, it's my mistake. The locatorURI for Server shouldn't be localhost as that would just loopback. 

The right code on the server side should be,


  | 
  | public static String locatorURI = "socket://172.16.1.89:5400";
  |     transportServer = TransporterServer.createTransporterServer(getLocatorURI(), new ClientAPIImpl()
  | );
  | 
  | 

Things work now.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967376



More information about the jboss-user mailing list