2 Replies Latest reply on Apr 29, 2003 4:16 PM by leonardo

    XMls in WAR!!!!

    leonardo

      Hi JBosses
      Can anyone give me examples of all the XMLs a WAR can have in?
      Please show me +-complete XMLs to figure out some aspects of the deployment and directory structures and descriptors needed ...
      Thanks in advance and excuse the newbie!

        • 1. Re: XMls in WAR!!!!
          chuck

          Read the specs. Google for "j2ee specification", "servlet specification", and "ejb specification" and go grab them from sun. They're all in PDF, and pretty dense. JBoss 3.2 also has complete and very well commented dtd's for every xml descriptor or config file in docs/dtd, and html-ified versions of these in the html-svg subdirectory (you'll need an svg viewer, like adobe's).

          They all go in WEB-INF, except for a few which can go into META-INF. What you really need is a book, like the JBoss pay docs (only $10). Anything by O'Reilly is also good, just make sure it covers the latest versions.

          • 2. Re: XMls in WAR!!!!
            leonardo

            Thank U VM