--- In [email protected], "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

Reply via email to