tomcat的manager中的版本应用参数

tomcat的manager中的版本应用参数

tomcat 从哪里读取管理器应用程序中已部署应用程序的“版本”值?我在 web.xml 中搜索过此类参数,但至今未找到。

答案1

Tomcat 7 检查 war 文件名的版本:

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

使用 ANT 部署程序时似乎不起作用。

答案2

它在属性文件中 - 作为 ResourceBundle 加载 - 要查找的属性文件是 org/apache/catalina/util/ServerInfo.properties

相关内容