- Java EE 8 Development with Eclipse
- Ram Kulkarni
- 80字
- 2021-06-18 19:00:00
Creating a WAR file using Maven
In a previous example, we created the WAR file using the Export option of Eclipse. In a Maven project you can create a WAR by invoking the Maven Install plugin. Right-click on the project and select the Run As | Maven install option. The WAR file is created in the target folder. You can then deploy the WAR file in Tomcat by copying it to the webapps folder of Tomcat.
推薦閱讀
- Apache Oozie Essentials
- Oracle數(shù)據(jù)庫從入門到運(yùn)維實(shí)戰(zhàn)
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- 編譯系統(tǒng)透視:圖解編譯原理
- Mastering Predictive Analytics with Python
- Linux Device Drivers Development
- 領(lǐng)域驅(qū)動(dòng)設(shè)計(jì):軟件核心復(fù)雜性應(yīng)對(duì)之道(修訂版)
- SQL Server與JSP動(dòng)態(tài)網(wǎng)站開發(fā)
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- Advanced Express Web Application Development
- Java 9 Programming By Example
- ASP.NET求職寶典
- Vue.js光速入門及企業(yè)項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Modernizing Legacy Applications in PHP
- Python一行流:像專家一樣寫代碼