RE: Distribution of production systems??

2002-03-21 Thread Shapira, Yoav
Hi, JARs and WARs and EARs, oh my ;) A WebApplicationArchive (WAR) contains the files for a web application, e.g. servlets, JSPs, static files (html, images, libraries, etc.) and so on, as well as that web application's deployment descriptor (web.xml). An EAR typically contains more than a

Re: Distribution of production systems??

2002-03-21 Thread Brown Bay
Hello, Thanks for the reply. Thanks for the short explanation, I am assuming here that war is the way to go for me ;) (pardon the pun) So, that gets me to my second question, should a war created through ant or java's war utility be able to work on any application server (certified or not).