|
Home > Archive > Apache Server configuration support > August 2006 > How to know current tomcat version ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to know current tomcat version ?
|
|
| thomas.dandelot@gmail.com 2006-08-23, 7:33 pm |
| Hi,
I have an already installed and configured tomcat server, I want to
know which version it is.
The default tomcat application (localhost:8080) has been overriden.
I have look in jar files, in txt files, in properties files, still
didn't find it.
Any help please ?
| |
| coloradowebdev@hotmail.com 2006-08-23, 7:33 pm |
| did you try this?
http://tomcat.apache.org/faq/misc.html#version
thomas.dande...@gmail.com wrote:
> Hi,
>
> I have an already installed and configured tomcat server, I want to
> know which version it is.
>
> The default tomcat application (localhost:8080) has been overriden.
>
> I have look in jar files, in txt files, in properties files, still
> didn't find it.
>
> Any help please ?
| |
| thomas.dandelot@gmail.com 2006-08-24, 7:30 pm |
| Thank you coloradowebdev, it worked. I wrote a servlet and displayed
the information on a web page, I could see the tomcat version.
tip : write a jsp and include the code :
Tomcat version : <%=3D
this.getServletConfig().getServletContext().getServerInfo() %>
So you mean there is no other way to find a tomcat version than writing
a servlet on the server ? What if you don't have web-development rights
and cannot add/update current web-applications ?
coloradowebdev@hotmail.com a =E9crit :
[vbcol=seagreen]
> did you try this?
>
> http://tomcat.apache.org/faq/misc.html#version
>
> thomas.dande...@gmail.com wrote:
|
|
|
|
|