Originally posted by Shana Sanjith:
still i dont understand war files...
There isn't much to understand.
A war file (web archive) is nothing more than a jar file containing the entire web application directory structure.
If you have a running version of Tomcat on your machine, you can download any of the war files on my site (
http://simple.souther.us )to your Tomcat/webapps directory. As soon as Tomcat sees the war file there, it will unpack it and deploy the application.
I've also donated most of them to Javaranch so you can also download them from our
CodeBarn page of
Servlet Sample Code. This is by far the easiest way to deploy an application with Tomcat.