You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ba...@bechtle.de on 2001/08/14 08:21:37 UTC

what are war files?

sorry for that question, but i dont know it....

thx

bastian


Re: what are war files?

Posted by Dmitri Colebatch <di...@bigpond.net.au>.
a jar file containing the directory structure:

/WEB-INF/
/WEB-INF/web.xml
/WEB-INF/classes/
/WEB-INF/lib/

and named .war instead of .jar

compare examples.war (jar -tf examples.war) with the examples directory
inside webapps in the install.

hth
dim

On Tue, 14 Aug 2001 bastian.wagner@bechtle.de wrote:

> sorry for that question, but i dont know it....
> 
> thx
> 
> bastian
> 
>