Hi,
I'm rather new to
JBoss and
Java EE. At the moment, I'm trying to make a remote JNDI lookup. The following code is used in the client to perform the lookup:
If I run this on the host "server", everything works fine. But when I run in on a different host, I get an exception:
What surprises me, is that the client seems to try to connect to localhost, even though the provider URL points to a different maschine. There is no firewall inbetween, I can reach the URL via telnet.
The server is a JBoss 4.2.2GA.
Any idea what's going wrong here?
Thanks,
Heiner