How do I figure out what version of tomcat my xampp is running ?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Here's what I found:

You should be able to find this in the log called 'catalina.out'. Alternatively, you can go right to the source; open $TOMCAT_HOME/server/lib/catalina.jar in a tool capable of handling zip or jar files, and read the file called org/apache/catalina/util/ServerInfo.properties.

That last bit is not guaranteed to work across multiple versions, though.

Personal opinion -- the catalina solution should be perfectly fine.

P.S. your (XAMPP) Tomcat home folder usually lies in $XAMPP/tomcat/

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.