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
No comments »
Posted in Tomcat
Tags: Tomcat war