How can I create a war file of my project in NetBeans?

user93796 picture user93796 · Jun 17, 2009 · Viewed 113.2k times · Source

How can I create a war file of my project in NetBeans?

Answer

steve picture steve · Jun 18, 2009

It's possible that you already have a war file and don't know it - netbeans does most of the work for you and I believe it creates a distributable war file by default. If you created a web project and successfully built it, it will be in the "dist" directory off your project root.