also, if you are using Eclipse WTP package or a subset, you can build a WAR right there in Eclipse.
DK On Thu, May 29, 2008 at 8:10 AM, nitinkalaskar2007 < [EMAIL PROTECTED]> wrote: > --- In [email protected] <flexcoders%40yahoogroups.com>, "Tom > Preet" <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > I am working with Flex 2.0 with fds-tomcat. > > I need to create the project as a war file like "flex.war". > > > > can anyone suggest me how to create war files for flex project and > deploying > > this war file > > in any other tomcat. > > > > give me some suggestion on this.. > > > > Thanks in Advance > > > > --Tomt > > > Hello tom > you can create a war using following command. > > ---------------------------------- > jar -cvf <warname>.war *.* > ---------------------------------- > you need to be in the directory where which contains WEB-INF folder. > > Regards > Nitin Kalaskar > > > -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?

