Hello folks,
War file is a Web Archive file. It contents HTML files, Java class files, JSP files, XML files, etc. It is similar to a jar file or a zip file.
To extract war file you just run below simple command :
Quote#jar xvf file_name
EX:Quote#jar xvf test.war
Restart the tomcat service and website will load.
That's all, Enjoy !! :)