Re: tomcat6 lookup for remote EJB on glassfish

2012-05-10 Thread tomaz
Dne 9.5.2012 15:48, piše Pid *: On 9 May 2012, at 09:12, tomaz tomaz.majerh...@arnes.si wrote: I'm struggling to get remote EJB from lookup, but with no success, is it posible to this in Apache Tomcat/6.0.18? When I'm using standalone client I get it but inside web application I can't

RE: tomcat6 lookup for remote EJB on glassfish

2012-05-10 Thread Caldarale, Charles R
From: tomaz [mailto:tomaz.majerh...@arnes.si] Subject: Re: tomcat6 lookup for remote EJB on glassfish Yes it is true, but if you put some jar's in tomcat/lib it could work, so what I did is tu put this jars in a tomcat lib: javax.ejb.jar ejb-container.jar deployment-common.jar dol.jar

Re: tomcat6 lookup for remote EJB on glassfish

2012-05-10 Thread Jose María Zaragoza
2012/5/10 tomaz tomaz.majerh...@arnes.si: Dne 9.5.2012 15:48, piše Pid *: On 9 May 2012, at 09:12, tomaz tomaz.majerh...@arnes.si wrote: I'm struggling to get remote EJB from lookup, but with no success, is it posible to this in Apache Tomcat/6.0.18? I'm interested about how you solve

Re: tomcat6 lookup for remote EJB on glassfish

2012-05-09 Thread Pid *
On 9 May 2012, at 09:12, tomaz tomaz.majerh...@arnes.si wrote: I'm struggling to get remote EJB from lookup, but with no success, is it posible to this in Apache Tomcat/6.0.18? When I'm using standalone client I get it but inside web application I can't get it work. My web code: