I've got a WAR that i need to deploy with TomCat, but i'm not sure which version of the servlet spec the WAR file uses.
According to apache's site (http://tomcat.apache.org/whichversion.html) i need to download a different version according to which spec the WAR file uses.
Is there any way to tell by unzipping the WAR file and looking at some config file?