RE: How to create .war files??

2001-01-05 Thread David Oxley
PROTECTED]] Sent: 05 January 2001 14:49 To: '[EMAIL PROTECTED]' Subject: AW: How to create .war files?? The site http://www.jguru.com/ has many faqs, you can look there. Here are two questions that migth be useful for you: http://www.jguru.com/jguru/faq/view.jsp?EID=129333 http://www.jguru.com

How to create .war files??

2001-01-05 Thread Deepak C S
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. thanx, deeps - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: How to create .war files??

2001-01-05 Thread Craig R. McClanahan
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