0 Replies Latest reply on Nov 19, 2009 9:51 AM by marx3

    Multiple WAR in EAR with the same context root

    marx3

      I know that Seam 2.2 allow for multiple WAR application in EAR. But my problem is different.
      I would like to know if it's possible to split WAR into two separate files, but with exactly the same functionality as single EAR.
      So context root for both WARs would be the same. Is it possible at all?
      I've tried to do that but only files from one EAR are visible - second one is ignored despite being deployed.


      I would like to have two different Eclipse project visilbe as one EAR application. There is no problem with java classes, even Hibernate model can be splitted in two different jar's and works. But two different WAR's acting as one application seems to me impossible...