Application Servers Information - Apache Tomcat - Get the Tomcat version and JRE version
Purpose
This page describes the method to get the Tomcat version and JRE version.
Details
To get the JRE version and the Tomcat version follow the instruction bellow:
- Access the bin folder where TOMCAT is installed: for example c:\Program Files\Apache Software Foundation\Tomcat 5.0\bin\
- Double-click on file tomcat5w.exe
- Go to the JAVA tab

The field Java Virtual Machine shows the JRE version
The field Java Classpath shows the Tomcat version
Another way to have the Tomcat version is to open the Tomcat management page http://localhost:8888/manager/html and scroll down

Notes / Comments
Related Pages