I create an ejb3 running on
Jboss according to (
http://javahowto.blogspot.com/2007/11/simple-ejb-3-on-jboss-application.html)
First I start the Jboss AS locally on my PC and I run the Client also successful.
Later I deployed the ejb-jar to a remote Jboss AS on a LINUX machine. And I can find the jndi in the JNDIView of jmx-console as follow.
This means the deployment is successful.
Though I've changed the IP in the jndi.properties, I got exception as I start the Client.
What could be the problem?
The jndi.properties looks as follow: