Re: EJB Application development with tomcat 5.5 ?

2009-04-30 Thread Jonathan Richard
You could use Open EJB, it is embdadable. So you would have a EJB container inside your web application. http://openejb.apache.org/tomcat.html On Thu, Apr 30, 2009 at 5:26 AM, Sridhar n wrote: > Thank you guys > > > > On 4/30/09, Ghufran wrote: > > > > Check this out > > > > http://wiki.ap

Re: using glassfish remoting in tomcat 6

2009-04-24 Thread Jonathan Richard
A! makes sense now! I will try this. Thanks a lot. You guys gave me the missing piece of the puzzle. Thanks. On Fri, Apr 24, 2009 at 1:32 PM, Martin Gainty wrote: > > Richard- > > the class is org.apache.naming.factory.ResourceRef and the author is Remy > Maucherat r...@apache.org > >

using glassfish remoting in tomcat 6

2009-04-24 Thread Jonathan Richard
Hi I am sure this is a common issue but I looked it up on google and nobody seem to have a real good fix about this. Or maybe there is something I don't understand something... ? here is my problem: I try to use the glassfish appserv-rt.jar client library to enable my webapp to call EJBs remotely