In the user docs for JBoss remoting, I find the sentence "registryPort - the port on
which to create the RMI registry." Does this mean that there is a rmi registry
somewhere that I can bind to? It says that default port is 3455, but doing
LocateRegistry.getRegistry( 3455 );
only gives me a
java.net.ConnectException: Connection refused: connect
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959883#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...