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, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to