posted 12 years ago
Hello all,
I am using jboss-5.1.0.GA. When I run run.bat file with IP address of my machine(org.jboss.Main -b 10.100.10.60), server starts neatly. Client can able to access deployed EJBs without any problem.
But when I run run.bat file bind to 0.0.0.0 (org.jboss.Main -b 0.0.0.0), client is not able to access deployed EJBs. It gives me following error.
Can not get connection to server. Problem establishing socket connection for InvokerLocator [socket://test-shamp:3873/?]]
I am not getting why this is happening, please anyone can help me in resolving this.
I want to deploy my application on several spaces and binding server to some specific IP is not good idea.
Thanks,
Sham