A WAR file is just a jar that has one special directory /WEB-INF that has to
contain a web.xml file. As long as your web.xml file validates according to
the DTD, it's a valid WAR. Basically you can has as much or as little in the
web.xml file as you want. (see http://www.orionserver.com/docs/web.xml.html
for more details on what can go in the web.xml file)
That's really all there is too it.
Mike
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Steven Punte
Sent: Friday, July 14, 2000 8:12 AM
To: Orion-Interest
Subject: Re: WAR Files: ME TOO
ME TOO:
I'm looking for the "idiot guide to building war files"
STeve Punte
e-Business Software Architect
Technologent Inc
[EMAIL PROTECTED]
----- Original Message -----
From: Robert Keith (UK) <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Thursday, July 13, 2000 2:13 AM
Subject: WAR Files
> Hi guys,
>
> Does anyone know of a decent site that details what should be described in
> the web.xml file, I can't find anything on Sun's site that is of any use,
> and how to go about creating a WAR file.
>
> cheers
>
> Bob