ME 2017 on Windows 7.
For a Dynamic Web Project, this was how I created an WAR file: I went to my Web Project, then right mouse clicked on the project –> Export –> Java EE –> WAR. The created WAR file was then deployed to an application server such as TomCat.
But this time, I created a MAVEN project (File –> New –> Maven Project). Inside this project, there are web related files and java files. I intended to create a WAR file for the project. I then will deploy the WAR file to the TomCat server.
What are the steps to create the WAR on this Maven project?
Thanks
Eugene
-
This topic was modified 7 years, 7 months ago by eugenejsn.