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

后端 未结 10 2098
深忆病人
深忆病人 2020-12-04 17:39

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

10条回答
  •  春和景丽
    2020-12-04 18:19

    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.

提交回复
热议问题