Seeing contents of war file without extracting
A little late to the party, but you can use 7-zip or other similar software to view the contents of the .war
With 7-zip:
Right click on file.war -> Open archive
The t
option to the command line jar
program will list the contents of a jar (or war) file, e.g.:
$ jar tf the-file.war