Tuesday, August 24, 2021

Creation and Extraction of war file contents ; LINUX

 jar -xvf benefits.war

Above command extracts the contents of the file.


https://stackoverflow.com/questions/7882745/how-to-extract-war-files-in-java-zip-vs-jar

Below command is used to create a war file:

 jar -cvf myloadbal.war *



No comments: