Tomcat – Version application parameter in tomcat’s manager

applicationtomcat

where does tomcat read the "version" value it shows for the deployed applications in the manager application from? I've searched for such parameter in web.xml but no luck so far.

Best Answer

Tomcat 7 checks the war filename for version:

http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Naming

Does not seem to work when using the ANT deployer.