Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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 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. Basically, what needs to happen is
    $ java cvf <name you chose earlier>.war .


The new war file is now in the web directory.

  • No labels