.war files are "Web ARchive" Files. It's the easiest way of application
deployment. I generate them by using JAR command.
"jar -cvf test.war ."
this command creates a test.war file which consists everything of current
directory and following subdirectories. So goto your application directory
and by using above command genenrate your application war file and dump it
in webapps directory. tomcat when it comes up it generates a directory
structure based on this war file(just unjar's this war file).
Regds
Raghu
-----Original Message-----
From: Mary McCarthy [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 12, 2001 5:30 PM
To: [EMAIL PROTECTED]
Subject: .war files
hi
anyone know how the .war files in the webapps folder generated?
Thanks.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]