2 Replies Latest reply on Aug 24, 2006 4:04 PM by german.delacruz

    Seperate deploy of EJB/WAR

    bpatters

      Is it possible to not package the EJB jar and the WAR file into an ear for deployment, but to deploy them seperately?

      I'd like to be able to update my WAR file contents more frequently without having to redeploy the EJB's also.

      Does this work well with seam? Right now I just package it all into a big ear and redeploy the ear, but I'd like to just build the WAR file and redeploy it seperately while I'm working on all of the CSS, Javascript, JSF pages etc.