Dear Orion-Interest Group:

    Can I simply create a war file by:

    1)    Properly creating an WEB-INF directory.
    2)    Properly creating a WEB-INF/web.xml file.
    3)    Properly supplying WEB-INF/classes/<*>.class files.
    4)    Executing "jar cvf  myNewWarFile.war WEB-INF"


    And I figure out all the more powerful graphics tools a
    bit later once I get the basic concepts down.

STeve Punte
e-Business Software Architect
Technologent Inc
[EMAIL PROTECTED]
----- Original Message -----
From: Mike Cannon-Brookes <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Thursday, July 13, 2000 4:50 PM
Subject: RE: WAR Files: ME TOO


> 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
>
>
>


Reply via email to