I'm not sure what Gayathri is taking about: you do
not need any implementation of J2EE in order to create a war file.
You can create it by hand using any zip tool as long as you make sure that the folder structure within the zip file follows the war file format.
The best way that I've found to create them (as well as manage all other build operations) is using
Apache Ant.
Now, when it comes time to
deploy the war file, of course you need a Servlet/JSP engine. Any spec-compliant engine will do (I favor Jakarta
Tomcat and Caucho Resin myself).
hth,
bear
[ September 17, 2003: Message edited by: Bear Bibeault ]