How to open war file

A WAR file (Web application ARchive) is a JAR file used to distribute a collection of JavaServer Pages, Java Servlets, Java classes, XML files, tag libraries, static web pages (HTML and related files) and other resources that together constitute a web application.

Below are the 2 methods you can use for the same

1) war/jar files can be opened with winzip

2) Use the below command 


jar -xvf filename.jar

No comments:

Post a Comment