0 Replies Latest reply on Aug 26, 2007 9:33 AM by dotan

    using same classes in different war files

    dotan

      Hi everyone,
      I hope you can help me with the following problem:
      I'm using 2 war files, let's call them war1 and war2.
      All the files that are included in war2 are included also in war1, only with different content (same class name, same package, different content). war1 has some files that are not included in war2.
      How can I determine that whenever the file exists in war2 it will be used from there, and when it doesn't exist in war2, the file from war1 will be used?