Pages

Showing posts with label Eclipse. Show all posts
Showing posts with label Eclipse. Show all posts

Monday, 28 September 2015

How to create WAR (.war) file in Eclipse of Dynamic Web Project

Hi all, today I am going to build a war(.war) file from your dynamic web project using Eclipse. You can follow these easy steps as mentioned below,

  • First open your project in Eclipse
  • Then right click on your project, from it choose export then WAR file.
Q

  • From the opened "Export" dialogue bog, Select your web project then the destination where you need to save the WAR file.
  • If you have any preferences, Select "Target Runtime" and "Export source files".


  • Then click finish. Your WAR file will be created on the folder you have given earlier.
Read More