If you want to know which version of Tomcat that has been installed on your system or on the server you can do so by going to the tomcat directory. If you extract the setup zip file it by default has the version name as the folder name example: apache-tomcat-8.5.60, but if it was renamed then you can try the below,
- Locate tomcat directory,
- Go to /bin and open CMD in this location,
- Type version.bat (if on Windows or version.sh for Linux/Mac), you should see the version details displayed on the console,
D:\setup\apache-tomcat-8.5.60\bin>version.bat Using CATALINA_BASE: "D:\setup\apache-tomcat-8.5.60" Using CATALINA_HOME: "D:\setup\apache-tomcat-8.5.60" Using CATALINA_TMPDIR: "D:\setup\apache-tomcat-8.5.60\temp" Using JRE_HOME: "C:\Program Files\Android\Android Studio\jre\jre" Using CLASSPATH: "D:\setup\apache-tomcat-8.5.60\bin\bootstrap.jar; D:\setup\apache-tomcat-8.5.60\bin\tomcat-juli.jar" Using CATALINA_OPTS: "" Server version: Apache Tomcat/8.5.60 Server built: Nov 12 2020 17:31:55 UTC Server number: 8.5.60.0 OS Name: Windows 10 OS Version: 10.0 Architecture: amd64 JVM Version: 1.8.0_242-release-1644-b01 JVM Vendor: JetBrains s.r.o D:\setup\apache-tomcat-8.5.60\bin>
As you can see Tomcat is installed in D:\setup\apache-tomcat-8.5.60 and the version is Apache Tomcat/8.5.60
⚡️ If you are using macOS or Linux you follow the same steps just instead of version.bat you run ./version.sh from the Terminal.
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!