1 Reply Latest reply on Sep 7, 2004 12:04 AM by erezharari

    EAR deployment

    erezharari

      i need to deploy multiple WARs that share a common lib.
      i think this can be done using:
      app.ear
      --META-INF
      ----MANIFEST.MF
      ----application.xml
      --APP-INF
      ----lib
      --web1.war
      --web2.war
      ..

      however, say i need to add a new WARto the EAR, can i do this without all the EAR being re-deplyed? can i do this without affecting current sessions on all other WARs?