How can I access an EJB deployed on WebLogic 5.0 via a Servlet deployed in JRun 3.0?
Created May 4, 2012
Robert Castaneda The Servlet deployed inside JRun will have to have the EJB's interface class files available and access the EJB using WebLogic's JNDI service as described inside this FAQ.