1 Reply Latest reply on Sep 16, 2002 9:53 AM by marym

    Tomcat Servlet calling EJB, Problem

    private.pyle

      Hi,
      I'm running Tomcat 3.2.1 and Jboss 2.?? without
      integration. I'm deploying the manual's examples
      (Mailer).
      When the servlet does a lookup on the Mailer-ejb,
      I get an exception, because the URL-Classloader
      can't find the bean's Home.
      But that class is definitely existent in the same
      directory as the bean (WEB-INF/classes/... . It's not a JNDI-Problem, thats what I've found out.
      I've already played around with web.xml ,
      no success.
      Any suggestions ?
      Thanx