Nagaraja Prakasam wrote:

> Hello All,
> Our application uses Tomcat. When I install our application on the customer
> system, I need to find out the Tomcat version. Do you guys know any standard
> method to find out the Tomcat version by knowing TOMCAT_HOME.
>

If you know TOMCAT_HOME, check the contents of page "webapps/ROOT/index.html" --
the <title> element self-describes what version you are running.

Also, you can ask programmatically by calling ServletContext.getServerInfo().

>
> Thanks,
> -Naga

Craig McClanahan


Reply via email to