using an ant directive.  looks like this:

  <target name="war" depends="clean,compile"
   description="Create war distribution file">

    <!-- Create application JAR file -->
    <mkdir     dir="${dist.home}"/>
    <jar jarfile="${dist.home}/${app.name}.war"
         basedir="${build.home}"/>

    <!-- Copy additional files to ${dist.home} as necessary -->

  </target>

-----Original Message-----
From: James Mitchell [mailto:jmitchtx@;telocity.com]
Sent: Friday, October 18, 2002 10:57 AM
To: Struts Users Mailing List
Subject: RE: [OT] Tomcat not extracting war


How are you packing the war file?

James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org




> -----Original Message-----
> From: Mark Silva [mailto:msilva@;authenex.com]
> Sent: Friday, October 18, 2002 1:54 PM
> To: Struts Users Mailing List
> Subject: RE: [OT] Tomcat not extracting war
>
>
> that parameter was not set at all.  i have set it now, but it
> still doesnt extract.
>
> -----Original Message-----
> From: James Mitchell [mailto:jmitchtx@;telocity.com]
> Sent: Friday, October 18, 2002 10:41 AM
> To: Struts Users Mailing List
> Subject: RE: [OT] Tomcat not extracting war
>
>
> You also might want to check that your "CATALINA_HOME" is not pointed to
> another install.
>
> That has happened before....but NEVER to me! <crossing-fingers/> ;)
>
> James Mitchell
> Software Engineer/Struts Evangelist
> http://www.open-tools.org
>
>
>
>
> > -----Original Message-----
> > From: Kevin A. Smith [mailto:KevinA.Smith@;sas.com]
> > Sent: Friday, October 18, 2002 1:38 PM
> > To: Struts Users Mailing List
> > Subject: RE: [OT] Tomcat not extracting war
> >
> >
> > We had a very similar problem at my office. Turns out that Tomcat
> > _really_ does not like WAR files that are missing their
> > manifests.  You might take a look at that. . .
> >
> > --Kevin
> >
> > -----Original Message-----
> > From: Mark Silva [mailto:msilva@;authenex.com]
> > Sent: Friday, October 18, 2002 1:34 PM
> > To: Struts Users Mailing List
> > Subject: OT: Tomcat not extracting war
> >
> >
> > hello all,
> >
> > i thought somebody here would have a quick answer for this one.
> >
> >  i am deploying my struts application to a new machine.  i am
> > placing the war file underneath the webapps directory, and
> > starting the server up, but the war file is not being extracted!
> > any ideas?  it works on another machine (that i have been developing on)
> >
> > thanks,
> > mark
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:struts-user-help@;jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:struts-user-help@;jakarta.apache.org>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to