Creating WAR

Thus far, we have been running our web application from Eclipse, which does all the work of deploying the application to the Tomcat server. This works fine during development, but when you want to deploy it to test or production servers, you need to create a web application archive (WAR). We will see how to create a WAR from Eclipse. However, first we will un-deploy the existing applications from Tomcat.

  1. Go to the Servers view, select the application, and right-click and select the Remove option:
Figure 2.23 Un-deploy a web application from the server
  1. Then, right-click on the project in Project Explorer and select Export | ...

Get Java EE 8 Development with Eclipse now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.