How to Extract a .war File

Posted: August 12th, 2010 | Author: | Filed under: cPanel & WHM, Linux, Support | Tags: , | 1 Comment »

How to extract a .war file

If your hosting provider supports Tomcat, but not .war files, you can extract your .war file in your public_html folder to run your Tomcat application from there.

# jar xvf filename.war

Share