Hello everybody...
The classic problem of calling an EJB deployed on Glassfish (EAR) from a Tomcat Web Application (in a servlet packaged in a WAR) still plague those who need this kind of configuration.
Basically the tutorials, including the OLD Glassfish FAQ don't work anymore.
I need, if possible, detailed instructions on how to accomplish such a task.
Which Glassfish libraries should I use in my Tomcat META-INF/lib application?
Thank you in advance.
P.S.: I'm using GF 3.1.2, Tomcat 7.0.42 and Stateless Session Beans (all managed by Eclipse 4.3 Kepler) with a JDK 7 Update 25 on Windows 8 64 bit...