1 Reply Latest reply on Aug 11, 2003 3:00 PM by hsaginor

    deploying EJBs

    hsaginor

      I am new to JBoss. Can anyone tell me how I can deploy EJBs in expanded form (not .jar). I need to do this in development, so I can compile directly from IDE into the deploy directory in jboss.

      Also is it possible to run EJB classes from the same directory as your web related classes.
      Another words, I would like to combine my web and EJB tiers into the same directory structure to make it easier to compile and debug my classes in development.