MilesWeb Hosting Forum

Web Hosting Technical Support => Tomcat Java Hosting => Topic started by: Dipak Bhoi on March 06, 2015, 05:38:18 PM

Title: How to extract .war file?
Post by: Dipak Bhoi on March 06, 2015, 05:38:18 PM
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 !! :)