English 中文(简体)
Tomcat 7 - Retrieve the edition of a webapp (versioned WAR)
原标题:Tomcat 7 - Retrieve the version of a webapp (versioned WAR)
问题回答

最为容易的方式是,Tomcat通过“SerletContext Depende”(org.apache.catalina.core.StandardContext.webappVersion)或类似方式提供该版本。 这样做的派系是微不足道的。 d 建议在Tomcat s Bugzilla开一个强化要求。 如果你包括一个包裹,那么它就应当得到公平适用。





相关问题
Version numbering basics? [closed]

Suppose I have a web application with some basic functions. I want to market it. So I would like to assign a version number - something like 0.0.1. What I want to know is are there any constraints ...

Versioning problem

people. I hope you can help me. In our development process we have a unix based file server with SFTP access (let’s call it A). This server store a large numer of xslt files we are working on. The ...

ECM - Document Control Management / Versioning and CMS

I anticipate this is going to be a very broad question however I shall endevour to be as concise as possible without divulging too much project critical information. For quite some time I have been ...

How do other development teams approach version numbers?

Our application is quite mature, and thus we are up to version 16. However, this can give the impression that the software is old and out of touch (how many commercial applications are there with a ...

SVN avoid storing passwords in plain text?

Under a bare bones setup for SVN on windows (without using VisualSVN), as per the instructions, the passwords are to be entered in the passwd file. Does SVN provide a way to encrypt or atleast mask ...

热门标签