Deepak C S wrote:
> hi all,
>
> can anybody tell "how to create web application archives(WAR)
> ...that is .war files??"eg. like examples.war in Tomcat.
>
> Im using tomcat3.2.1 on linux.
>
WAR files are just JAR files with a special directory structure, so you can use
the "jar" command line tool to build them.
Tomcat 3.2.1 includes a "Application Developer's Guide" document (point your
browser at file "doc/appdev/index.html" in the Tomcat distribution) which
discusses how to set up a development environment for webapps, and uses the Ant
tool to create webapps for you.
>
> thanx,
> deeps
>
Craig McClanahan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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