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.

link|improve this question

feedback

2 Answers

Its in a properties file - loaded as a ResourceBundle - the properties file to look for is org/apache/catalina/util/ServerInfo.properties

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.