3 Replies Latest reply on Jan 30, 2002 12:56 PM by ppetit

    How load classes needed by my EJB?

    craigeebach

      Hi,
      I'm running Tomcat and JBoss on seperate JVMs/boxes. The EJB I am attempting to deploy references classes in my web-app. Not surprisingly there is a ClassNotFoundException thrown for these references when JBoss tries to deploy my bean since it knows nothing of these classes. What is the proper way to configure JBOSS to load these classes?

      Craig