From: <tom...@jb...> - 2005-05-13 14:44:48
|
Since the ip is 0.0.0.0, the server will just bind to its local host and use that ip as the address it tells clients to connect to. This is probably something like 192.168.1.1. The client, which is outside the firewall, probably does not access the server machine via the previous ip, but via some external ip (i.e. 56.23.35.2). Since the server does not know explicitly what this ip is, it can not tell the client to use this ip. You can change the address that the client tried to connect to the server on by changing the configuration (see http://wiki.jboss.org/wiki/Wiki.jsp?page=Remoting_Transports_Configuration). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877673#3877673 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877673 |