Hi there ...
I'm trying to adapt a tutorial so that I can access the EJB through a
console application (not from a servlet sitting in the same ear file).
Could you tell me what values I have to put in for:
java.naming.factory.initial
java.naming.provider.url
The other problem is that I have the ear file in the directory
/myEJBs/deploy/hello.ear
but Orion always looks in
d:/orion/config/myEJBs/deploy/hello.ear
even though I have put a setting in the server.xml file:
<application name="hello" path="/myEJBs/Hello/deploy/Hello.ear" />
What have I forgotten to do?
Thanks.