|
Re: Can we execute EJB's in Tomcat
To run the web application that uses EJB running on weblogic server.
1) copy weblogic.jar under tomcat/shared/lib
2)copy the req. classes (Bussiness Deligate, RHI,RBI etc..)under WEB-INF/classes
3)copy jndi.properties under current directory.
Thanks & Regards,
Hema
|