-
How to create WAR file in MyEclipse (2 messages)
- Posted by: Prashant Pandey
- Posted on: August 03 2009 06:18 EDT
Hi, This is prashant pandey. i am developing login page but while deploying MyEclipse is not creating WAR file. please tell me how to create WAR file in that. Thanking you.Threaded Messages (2)
- Re: How to create WAR file in MyEclipse by chaitanya mynam on August 03 2009 15:30 EDT
- thanks by Prashant Pandey on August 06 2009 01:17 EDT
-
Re: How to create WAR file in MyEclipse[ Go to top ]
- Posted by: chaitanya mynam
- Posted on: August 03 2009 15:30 EDT
- in response to Prashant Pandey
If the project has web nature, then right click on the project and click export option. In the export dialog box, under web, select war option, click next and give it some name with an extension of .war at the end. -
thanks[ Go to top ]
- Posted by: Prashant Pandey
- Posted on: August 06 2009 01:17 EDT
- in response to chaitanya mynam
Hi chaitanaya, thanks for suggestion.