2 Replies Latest reply on Apr 4, 2004 12:44 PM by borisl

    Calling EJB from Servlet in Tomcat

    borisl

      Hi,

      I'm trying to call a very simple EJB deployed to Jboss 3.2.3 from a servlet running under Tomcat 4.1.30 but I keep getting
      java.lang.NoClassDefFoundError: javax.ejb.EJBObject
      I realize that Tomcat probably has no clue about the javax.ejb package and its classes. Is there a jar file that's included in JBoss installation that I can just plug in to the lib directory of my web application to fix this problem?

      Thanks
      Boris