0 Replies Latest reply on May 24, 2006 4:15 PM by sfisque

    deploy EJB inside expanded .WAR

    sfisque

      i'm trying to develop a web app and i have everything deploying inside a .WAR directory.

      i'm finding that my EJB classes are not deploying properly (not showing up in the JNDI registry). i have them specified in the /META-INF/ejb-jar.xml file. everything else runs fine (servlets, jsp's, jdbc connectivity, etc.)

      is there a way to deploy EJB's inside of an expanded WAR?