users@glassfish.java.net

Re: Problem with remote EJB client

From: <glassfish_at_javadesktop.org>
Date: Thu, 12 Feb 2009 06:08:37 PST

Have you read this: https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html#StandaloneRemoteEJB

I believe to fix this you need to tell your client more about where/how to connect, in particular set both these properties:
-Djava.naming.provider.url=iiop://192.168.14.175:3700 -Dorg.omg.CORBA.ORBInitialHost=192.168.14.175
[Message sent by forum member 'matterbury' (matterbury)]

http://forums.java.net/jive/thread.jspa?messageID=331550