Kim wrote:

> I'm trying to create a WAR file for my web application using the guidelines
> given in Tomcat's /doc/appdev/.
>
> I've managed to use the "build.bat" file to deploy my webapp files from the
> project source dir. to the distribution dir. The problem is no .war file is
> created.
>

When you run the build, what command are you executing?  If you just
say:

    build

then you will execute the default target, which is defined as "compile"
in the
<project> element.  If you want to execute a non-default target, you
must say so
like this:

    build dist

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to