From: <tom...@jb...> - 2005-07-05 17:27:13
|
Is the server address the same from the outside client as on the server itself? For example, is the server binding to some internal address like 192.169.1.1? If so, the client won't be able to connect to this address outside of the server network. Will have to specify clientConnectAddress within the server configuration (see http://wiki.jboss.org/wiki/Wiki.jsp?page=Remoting_Transports_Configuration for more details). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883707#3883707 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883707 |