Skip to content

Instantly share code, notes, and snippets.

@mtheoryx
Created March 1, 2013 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtheoryx/5067892 to your computer and use it in GitHub Desktop.
Save mtheoryx/5067892 to your computer and use it in GitHub Desktop.
Find out the major version number of your current tomcat install.
echo version=`$CATALINA_HOME/bin/version.sh | grep version | awk '{split($4,a,"/");print a[2]}' | awk '{split($1,a,".");print a[1]}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment