Hi,
I am attempting to create my first EJB3 client application and I am running into a strange issue. I run Glassfish on
http://localhost:8080 with an admin at http:/localhost:4848 (the server is also accessible through
http://127.0.0.1:8080 with admin of
http://127.0.0.1:4848 but I am receiving a socketType failure error when running the client which references the internal IP address provided by my router.
Here is what I do:
This is the error (internal ip changed of course!) I was hoping this would be as simple as passing a "host" and "port" parameter when starting the app, but appclient doesn't seem to accept these. Any thoughts? Is the hostname just a "red herring"?
[ July 07, 2008: Message edited by: Kevin Cloutier ]