Using EJBs deployed in JBoss from Tomcat

2008-08-01 Thread Denis Kezerashvili
I am having issues trying to uses session beans deployed on JBoss 5.0.0CR1 server. I am tryingto access them from a stand alone Tomcat Server 6.0.16. The issue is that I am missing javax.ejb.Handle class. As far as I know it is part of ejb-api.jar. However I am unable to locate such a jar anywher

Re: Log4J logging from server not working

2008-07-29 Thread Denis Kezerashvili
Does anybody has any idea what might be causing the problem with Log4J? I've googled for the longest time and there are no leads I found. Denis - Original Message From: Denis Kezerashvili <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Tuesday, July 29, 2008 9:49:08

Log4J logging from server not working

2008-07-29 Thread Denis Kezerashvili
I've been stuck with this problem for about a week now. I am trying to get the Log4J working in my servlet. I have tried it on Tomcat 6.0.16 as well as Tomcat 5.5.26. I have followed all the directions in the logging section for both versions. The internal logging works fine in both cases. Howeve