Skip to content

Instantly share code, notes, and snippets.

@AkashNeil
Last active January 4, 2019 12:09
Show Gist options
  • Save AkashNeil/883b6acac45573c3334505ae4a4375b4 to your computer and use it in GitHub Desktop.
Save AkashNeil/883b6acac45573c3334505ae4a4375b4 to your computer and use it in GitHub Desktop.
Checking Tomcat version

Tomcat Logo

To find out the Tomcat version, we need to find the file – version.sh (unix) or version.bat (windows). The file is usually found in the Tomcat bin folder.

To find the version.sh file: sudo find / -name "version.sh"

Find out everything about Tomcat (where name = server name): sudo find / -name "apache-tomcat8"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment