Hi everyone,

I just started using Orion (after working with several other EJB Servers).
I have deployed one ejb application using an .EAR in Orion under the name
'rbs'. I also have a JSP/web application deployed under the name 'dev-rbs'
without using an .EAR file. This is to be an updateable application. The JSP
developers in my team should be able to replace and add JSP files to the
application on-line.
My main problem is looking up a session ejb that the application uses in the
'dev-rbs' application. This session ejb comes from the 'rbs' application.
I would think that the JSP application is a client for the 'rbs' app (but
maybe not in the same container/server), so I shouldn't use the
'java:comp/env' prefix to the JNDI name.

What InitialContextFactory should be used ? I don't want to change anything
in the 'rbs' application. What has to be added to the descriptors of the
'dev-rbs' application?

Thanks for any help,
kind regards,

Jonathan van Alteren

Reply via email to