Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

During the extraction process, all the files needed to create the new WAR file were created. These files will need to be repackaged into a new WAR file.


To repackage the files into a new WAR file:

  1. Open the folder that you specified earlier in the instructions. This is the folder that was to be

...

  1. emptied before you started the extraction.
  2. Within this folder, there is a subfolder called web, go to this folder.
  3. Windows: You will need to double click on the file CreateWar.bat A command prompt window will open and the repacking process will begin. When complete, the command prompt window will close.
  4. Linux: In a terminal window, from the web directory mentioned above, you can look at the file CreateWar.bat to see further what needs to occur.

...

  1. An example command is:

    Code Block
    $ java cvf <name you chose earlier>.war

...

  1.  


The new war file is now in the web directory.